Uses of Class
org.nustaq.kontraktor.remoting.http.ConnectionAuthResult
| Package | Description |
|---|---|
| org.nustaq.kontraktor.remoting.http | |
| org.nustaq.kontraktor.remoting.http.undertow |
-
Uses of ConnectionAuthResult in org.nustaq.kontraktor.remoting.http
Fields in org.nustaq.kontraktor.remoting.http with type parameters of type ConnectionAuthResult Modifier and Type Field Description protected java.util.function.Function<KHttpExchange,ConnectionAuthResult>AbstractHttpServerConnector. connectionVerifierMethods in org.nustaq.kontraktor.remoting.http that return types with arguments of type ConnectionAuthResult Modifier and Type Method Description java.util.function.Function<KHttpExchange,ConnectionAuthResult>AbstractHttpServerConnector. getConnectionVerifier()Method parameters in org.nustaq.kontraktor.remoting.http with type arguments of type ConnectionAuthResult Modifier and Type Method Description voidAbstractHttpServerConnector. setConnectionVerifier(java.util.function.Function<KHttpExchange,ConnectionAuthResult> connectionVerifier) -
Uses of ConnectionAuthResult in org.nustaq.kontraktor.remoting.http.undertow
Methods in org.nustaq.kontraktor.remoting.http.undertow that return types with arguments of type ConnectionAuthResult Modifier and Type Method Description java.util.function.Function<KHttpExchange,ConnectionAuthResult>HttpPublisher. getConnectionVerifier()Method parameters in org.nustaq.kontraktor.remoting.http.undertow with type arguments of type ConnectionAuthResult Modifier and Type Method Description HttpPublisherHttpPublisher. connectionVerifier(java.util.function.Function<KHttpExchange,ConnectionAuthResult> connectionVerifier)