Uses of Interface
org.nustaq.kontraktor.remoting.http.KHttpExchange
Packages that use KHttpExchange
Package
Description
-
Uses of KHttpExchange in org.nustaq.kontraktor.remoting.http
Fields in org.nustaq.kontraktor.remoting.http with type parameters of type KHttpExchangeModifier and TypeFieldDescriptionprotected Function<KHttpExchange,ConnectionAuthResult> AbstractHttpServerConnector.connectionVerifierMethods in org.nustaq.kontraktor.remoting.http that return types with arguments of type KHttpExchangeModifier and TypeMethodDescriptionAbstractHttpServerConnector.getConnectionVerifier()org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> HttpObjectSocket.getLongPollTask()Methods in org.nustaq.kontraktor.remoting.http with parameters of type KHttpExchangeModifier and TypeMethodDescriptionprotected voidAbstractHttpServerConnector.handleNewSession(KHttpExchange exchange) Method parameters in org.nustaq.kontraktor.remoting.http with type arguments of type KHttpExchangeModifier and TypeMethodDescriptionvoidAbstractHttpServerConnector.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 KHttpExchangeMethods in org.nustaq.kontraktor.remoting.http.servlet that return types with arguments of type KHttpExchangeModifier and TypeMethodDescriptionprotected 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 KHttpExchangeModifier and TypeMethodDescriptionprotected 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 KHttpExchangeMethods in org.nustaq.kontraktor.remoting.http.undertow that return types with arguments of type KHttpExchangeModifier and TypeMethodDescriptionprotected org.nustaq.kontraktor.util.Pair<Runnable,KHttpExchange> UndertowHttpServerConnector.createLongPollTask(KHttpExchange exchange, HttpObjectSocket httpObjectSocket, org.xnio.channels.StreamSinkChannel sinkchannel, String sid) HttpPublisher.getConnectionVerifier()Methods in org.nustaq.kontraktor.remoting.http.undertow with parameters of type KHttpExchangeModifier and TypeMethodDescriptionprotected 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 KHttpExchangeModifier and TypeMethodDescriptionHttpPublisher.connectionVerifier(Function<KHttpExchange, ConnectionAuthResult> connectionVerifier)