Uses of Class
org.nustaq.kontraktor.remoting.http.undertow.HttpPublisher
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http.undertow | |
| org.nustaq.kontraktor.remoting.http.undertow.builder |
-
Uses of HttpPublisher in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow that return HttpPublisher Modifier and Type Method Description protected HttpPublisherHttpPublisher. clone()HttpPublisherHttpPublisher. coding(org.nustaq.kontraktor.remoting.encoding.Coding coding)HttpPublisherHttpPublisher. connectionVerifier(java.util.function.Function<KHttpExchange,ConnectionAuthResult> connectionVerifier)HttpPublisherHttpPublisher. facade(org.nustaq.kontraktor.Actor facade)HttpPublisherHttpPublisher. hostName(java.lang.String hostName)HttpPublisherHttpPublisher. idleSessionTimeout(long idleSessionTimeout)HttpPublisherHttpPublisher. port(int port)HttpPublisherHttpPublisher. prepareResponse(java.util.function.Consumer<io.undertow.server.HttpServerExchange> prepareResponse)HttpPublisherHttpPublisher. serType(org.nustaq.kontraktor.remoting.encoding.SerializerType tp)HttpPublisherHttpPublisher. setSessionTimeout(long sessionTimeout)HttpPublisherHttpPublisher. urlPath(java.lang.String urlPath)Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type HttpPublisher Modifier and Type Method Description org.nustaq.kontraktor.IPromise<org.nustaq.kontraktor.remoting.base.ActorServer>Http4K. publish(HttpPublisher publisher)utility, just redirects to approriate connector. -
Uses of HttpPublisher in org.nustaq.kontraktor.remoting.http.undertow.builder
Methods in org.nustaq.kontraktor.remoting.http.undertow.builder that return HttpPublisher Modifier and Type Method Description HttpPublisherBldFourK. httpAPI(java.lang.String urlPath, org.nustaq.kontraktor.Actor facade)