Uses of Interface
org.refcodes.rest.RestEndpoint
-
-
Uses of RestEndpoint in org.refcodes.rest
Subinterfaces of RestEndpoint in org.refcodes.rest Modifier and Type Interface Description interfaceRestEndpointBuilderAnRestEndpointBuilderextends anRestEndpointwith builder functionality and addslambdasupport for handling the requests addressed to thisRestEndpoint.Classes in org.refcodes.rest that implement RestEndpoint Modifier and Type Class Description classRestEndpointBuilderImplThe implementation of theRestEndpointBuilderinterface as good old POJO for use by differentRestServerimplementations.Methods in org.refcodes.rest that return types with arguments of type RestEndpoint Modifier and Type Method Description java.util.Iterator<RestEndpoint>AbstractHttpRestServerDecorator. observers()java.util.Iterator<RestEndpoint>AbstractRestServer. observers()Methods in org.refcodes.rest with parameters of type RestEndpoint Modifier and Type Method Description protected booleanAbstractRestServer. fireEvent(org.refcodes.net.HttpRequest aEvent, RestEndpoint aObserver, org.refcodes.controlflow.ExecutionStrategy aExecutionStrategy)booleanAbstractHttpRestServerDecorator. hasObserverSubscription(RestEndpoint aObserver)booleanAbstractHttpRestServerDecorator. onRequest(RestEndpoint aRestEndpoint)For the sake of unified naming, this method just delegates toObservable.subscribeObserver(Object).default booleanRestServer. onRequest(RestEndpoint aRestEndpoint)For the sake of unified naming, this method just delegates toObservable.subscribeObserver(Object).booleanAbstractHttpRestServerDecorator. subscribeObserver(RestEndpoint aObserver)booleanAbstractRestServer. subscribeObserver(RestEndpoint aObserver)booleanAbstractHttpRestServerDecorator. unsubscribeObserver(RestEndpoint aObserver)booleanAbstractRestServer. unsubscribeObserver(RestEndpoint aObserver)static booleanHttpRestServerSugar. unsubscribeObserver(RestEndpoint aEndpoint)SeeObservable.unsubscribeObserver(Object)
-