| Modifier and Type | Interface | Description |
|---|---|---|
interface |
RestEndpointBuilder |
An
RestEndpointBuilder extends an RestEndpoint with builder
functionality and adds lambda support for handling the requests
addressed to this RestEndpoint. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
RestEndpointBuilderImpl |
The implementation of the
RestEndpointBuilder interface as good old
POJO for use by different RestServer implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<RestEndpoint> |
AbstractHttpRestServerDecorator.observers() |
|
Iterator<RestEndpoint> |
AbstractRestServer.observers() |
| Modifier and Type | Method | Description |
|---|---|---|
protected boolean |
AbstractRestServer.fireEvent(org.refcodes.net.HttpRequest aEvent,
RestEndpoint aObserver,
org.refcodes.controlflow.ExecutionStrategy aExecutionStrategy) |
|
boolean |
AbstractHttpRestServerDecorator.hasObserverSubscription(RestEndpoint aObserver) |
|
boolean |
AbstractHttpRestServerDecorator.onRequest(RestEndpoint aRestEndpoint) |
For the sake of unified naming, this method just delegates to
Observable.subscribeObserver(Object). |
default boolean |
RestServer.onRequest(RestEndpoint aRestEndpoint) |
For the sake of unified naming, this method just delegates to
Observable.subscribeObserver(Object). |
boolean |
AbstractHttpRestServerDecorator.subscribeObserver(RestEndpoint aObserver) |
|
boolean |
AbstractRestServer.subscribeObserver(RestEndpoint aObserver) |
|
boolean |
AbstractHttpRestServerDecorator.unsubscribeObserver(RestEndpoint aObserver) |
|
boolean |
AbstractRestServer.unsubscribeObserver(RestEndpoint aObserver) |
|
static boolean |
HttpRestServerSugar.unsubscribeObserver(RestEndpoint aEndpoint) |
See
Observable.unsubscribeObserver(Object) |
Copyright © 2018. All rights reserved.