Closeable, AutoCloseablepublic class GSIGssSocket extends GssSocket
authorization, clientMode, context, GSI_MODE, in, mode, out, SSL_MODEsocket| Constructor | Description |
|---|---|
GSIGssSocket(String host,
int port,
GSSContext context) |
|
GSIGssSocket(Socket socket,
GSSContext context) |
| Modifier and Type | Method | 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, startHandshakeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, connect, connect, getChannel, getLocalSocketAddress, getOOBInline, getOption, getRemoteSocketAddress, getReuseAddress, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setOOBInline, setOption, setPerformancePreferences, setReuseAddress, setSocketImplFactory, setTrafficClass, supportedOptionsgetInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getWrappedSocket, setKeepAlive, setReceiveBufferSize, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, shutdownInput, shutdownOutput, toStringpublic GSIGssSocket(String host, int port, GSSContext context) throws IOException
IOExceptionpublic GSIGssSocket(Socket socket, GSSContext context)
public void setWrapMode(int mode)
setWrapMode in class GssSocketpublic int getWrapMode()
getWrapMode in class GssSocketprotected void writeToken(byte[] token)
throws IOException
writeToken in class GssSocketIOExceptionprotected byte[] readToken()
throws IOException
readToken in class GssSocketIOExceptionCopyright © 2018. All rights reserved.