Uses of Class
org.nustaq.kontraktor.remoting.http.ConnectionAuthResult
Packages that use ConnectionAuthResult
Package
Description
-
Uses of ConnectionAuthResult in org.nustaq.kontraktor.remoting.http
Fields in org.nustaq.kontraktor.remoting.http with type parameters of type ConnectionAuthResultModifier and TypeFieldDescriptionprotected Function<KHttpExchange,ConnectionAuthResult> AbstractHttpServerConnector.connectionVerifierMethods in org.nustaq.kontraktor.remoting.http that return types with arguments of type ConnectionAuthResultMethod parameters in org.nustaq.kontraktor.remoting.http with type arguments of type ConnectionAuthResultModifier and TypeMethodDescriptionvoidAbstractHttpServerConnector.setConnectionVerifier(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 ConnectionAuthResultMethod parameters in org.nustaq.kontraktor.remoting.http.undertow with type arguments of type ConnectionAuthResultModifier and TypeMethodDescriptionHttpPublisher.connectionVerifier(Function<KHttpExchange, ConnectionAuthResult> connectionVerifier)