public class GSIGssSocket extends GssSocket
authorization, clientMode, context, GSI_MODE, in, mode, out, SSL_MODE
socket
Constructor and Description |
---|
GSIGssSocket(Socket socket,
GSSContext context) |
GSIGssSocket(String host,
int port,
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(String host, int port, GSSContext context) throws IOException
IOException
public GSIGssSocket(Socket socket, GSSContext context)
public void setWrapMode(int mode)
setWrapMode
in class GssSocket
public int getWrapMode()
getWrapMode
in class GssSocket
protected void writeToken(byte[] token) throws IOException
writeToken
in class GssSocket
IOException
protected byte[] readToken() throws IOException
readToken
in class GssSocket
IOException
Copyright © 2016. All rights reserved.