public class GSIGssSocket extends GssSocket
authorization, clientMode, context, GSI_MODE, in, mode, out, SSL_MODE
socket
Constructor and Description |
---|
GSIGssSocket(java.net.Socket socket,
org.ietf.jgss.GSSContext context) |
GSIGssSocket(java.lang.String host,
int port,
org.ietf.jgss.GSSContext context) |
Modifier and Type | Method and Description |
---|---|
int |
getWrapMode() |
protected byte[] |
readToken() |
void |
setWrapMode(int mode) |
protected void |
writeToken(byte[] token) |
authenticateClient, authenticateServer, close, getAuthorization, getClientMode, getContext, getInputStream, getOutputStream, setAuthorization, setUseClientMode, startHandshake
getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getWrappedSocket, setKeepAlive, setReceiveBufferSize, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, shutdownInput, shutdownOutput, toString
bind, connect, connect, getChannel, getLocalSocketAddress, getOOBInline, getRemoteSocketAddress, getReuseAddress, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setOOBInline, setPerformancePreferences, setReuseAddress, setSocketImplFactory, setTrafficClass
public GSIGssSocket(java.lang.String host, int port, org.ietf.jgss.GSSContext context) throws java.io.IOException
java.io.IOException
public GSIGssSocket(java.net.Socket socket, org.ietf.jgss.GSSContext context)
public void setWrapMode(int mode)
setWrapMode
in class GssSocket
public int getWrapMode()
getWrapMode
in class GssSocket
protected void writeToken(byte[] token) throws java.io.IOException
writeToken
in class GssSocket
java.io.IOException