|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.net.Socket
org.globus.net.WrappedSocket
org.globus.gsi.gssapi.net.GssSocket
org.globus.gsi.gssapi.net.impl.GSIGssSocket
public class GSIGssSocket
| Field Summary |
|---|
| Fields inherited from class org.globus.gsi.gssapi.net.GssSocket |
|---|
authorization, clientMode, context, GSI_MODE, in, mode, out, SSL_MODE |
| Fields inherited from class org.globus.net.WrappedSocket |
|---|
socket |
| Constructor Summary | |
|---|---|
GSIGssSocket(java.net.Socket socket,
org.ietf.jgss.GSSContext context)
|
|
GSIGssSocket(java.lang.String host,
int port,
org.ietf.jgss.GSSContext context)
|
|
| Method Summary | |
|---|---|
int |
getWrapMode()
|
protected byte[] |
readToken()
|
void |
setWrapMode(int mode)
|
protected void |
writeToken(byte[] token)
|
| Methods inherited from class org.globus.gsi.gssapi.net.GssSocket |
|---|
authenticateClient, authenticateServer, close, getAuthorization, getClientMode, getContext, getInputStream, getOutputStream, setAuthorization, setUseClientMode, startHandshake |
| Methods inherited from class org.globus.net.WrappedSocket |
|---|
getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getPort, getReceiveBufferSize, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getWrappedSocket, setKeepAlive, setReceiveBufferSize, setSendBufferSize, setSoLinger, setSoTimeout, setTcpNoDelay, shutdownInput, shutdownOutput, toString |
| Methods inherited from class java.net.Socket |
|---|
bind, connect, connect, getChannel, getLocalSocketAddress, getOOBInline, getRemoteSocketAddress, getReuseAddress, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setOOBInline, setPerformancePreferences, setReuseAddress, setSocketImplFactory, setTrafficClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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)
| Method Detail |
|---|
public void setWrapMode(int mode)
setWrapMode in class GssSocketpublic int getWrapMode()
getWrapMode in class GssSocket
protected void writeToken(byte[] token)
throws java.io.IOException
writeToken in class GssSocketjava.io.IOException
protected byte[] readToken()
throws java.io.IOException
readToken in class GssSocketjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||