public final class ServerConnectionContext extends Object implements Serializable
| Constructor and Description |
|---|
ServerConnectionContext()
Default constructor.
|
ServerConnectionContext(Socket sock)
Create the security mechanism context.
|
| Modifier and Type | Method and Description |
|---|---|
Socket |
getSocket()
Return the socket for this connection.
|
void |
setSocket(Socket s)
Set the socket for this connection.
|
String |
toString() |
public ServerConnectionContext()
public ServerConnectionContext(Socket sock)
Copyright © 2019. All rights reserved.