private final class KerberosServerEndpoint.ConnectionHandler extends Object implements Runnable
ServerConnManager
for asynchronous
processing of incoming secure remote calls.Modifier and Type | Field and Description |
---|---|
private KerberosServerEndpoint.ServerConnectionImpl |
connection
Server connection handled by this handler
|
private RequestDispatcher |
dispatcher
Request dispatcher for the connection
|
private SecurityContext |
securityContext
The security context at listen time
|
Constructor and Description |
---|
ConnectionHandler(KerberosServerEndpoint.ServerConnectionImpl connection,
RequestDispatcher dispatcher,
SecurityContext securityContext) |
private final KerberosServerEndpoint.ServerConnectionImpl connection
private final RequestDispatcher dispatcher
private final SecurityContext securityContext
ConnectionHandler(KerberosServerEndpoint.ServerConnectionImpl connection, RequestDispatcher dispatcher, SecurityContext securityContext)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.