Uses of Interface
org.nustaq.kontraktor.remoting.http.KHttpExchange
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.remoting.http.servlet | |
| org.nustaq.kontraktor.remoting.http.undertow |
-
Uses of KHttpExchange in org.nustaq.kontraktor.remoting.http
Fields in org.nustaq.kontraktor.remoting.http with type parameters of type KHttpExchange Modifier and Type Field Description protected Function<KHttpExchange,ConnectionAuthResult>AbstractHttpServerConnector. connectionVerifierMethods in org.nustaq.kontraktor.remoting.http that return types with arguments of type KHttpExchange Modifier and Type Method Description Function<KHttpExchange,ConnectionAuthResult>AbstractHttpServerConnector. getConnectionVerifier()org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange>HttpObjectSocket. getLongPollTask()Methods in org.nustaq.kontraktor.remoting.http with parameters of type KHttpExchange Modifier and Type Method Description protected voidAbstractHttpServerConnector. handleNewSession(KHttpExchange exchange)Method parameters in org.nustaq.kontraktor.remoting.http with type arguments of type KHttpExchange Modifier and Type Method Description voidAbstractHttpServerConnector. setConnectionVerifier(Function<KHttpExchange,ConnectionAuthResult> connectionVerifier)voidHttpObjectSocket. setLongPollTask(org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> longPollTask) -
Uses of KHttpExchange in org.nustaq.kontraktor.remoting.http.servlet
Classes in org.nustaq.kontraktor.remoting.http.servlet that implement KHttpExchange Modifier and Type Class Description classServletKHttpExchangeImplCreated by ruedi on 19.06.17.Methods in org.nustaq.kontraktor.remoting.http.servlet that return types with arguments of type KHttpExchange Modifier and Type Method Description protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange>ServletActorConnector. createLongPollTask(KHttpExchange exchange, HttpObjectSocket httpObjectSocket)Methods in org.nustaq.kontraktor.remoting.http.servlet with parameters of type KHttpExchange Modifier and Type Method Description protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange>ServletActorConnector. createLongPollTask(KHttpExchange exchange, HttpObjectSocket httpObjectSocket) -
Uses of KHttpExchange in org.nustaq.kontraktor.remoting.http.undertow
Classes in org.nustaq.kontraktor.remoting.http.undertow that implement KHttpExchange Modifier and Type Class Description classUndertowKHttpExchangeImplCreated by ruedi on 19.06.17.Methods in org.nustaq.kontraktor.remoting.http.undertow that return types with arguments of type KHttpExchange Modifier and Type Method Description protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange>UndertowHttpServerConnector. createLongPollTask(KHttpExchange exchange, HttpObjectSocket httpObjectSocket, org.xnio.channels.StreamSinkChannel sinkchannel, String sid)Function<KHttpExchange,ConnectionAuthResult>HttpPublisher. getConnectionVerifier()Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type KHttpExchange Modifier and Type Method Description protected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange>UndertowHttpServerConnector. createLongPollTask(KHttpExchange exchange, HttpObjectSocket httpObjectSocket, org.xnio.channels.StreamSinkChannel sinkchannel, String sid)Method parameters in org.nustaq.kontraktor.remoting.http.undertow with type arguments of type KHttpExchange Modifier and Type Method Description HttpPublisherHttpPublisher. connectionVerifier(Function<KHttpExchange,ConnectionAuthResult> connectionVerifier)