fr.dyade.aaa.jndi2.msg
Class IOControl
java.lang.Object
fr.dyade.aaa.jndi2.msg.IOControl
public class IOControl
- extends java.lang.Object
Field Summary |
static java.lang.String |
SOCKET_SOTIMEOUT
This property allow to enable/disable SO_TIMEOUT with the specified
timeout in milliseconds. |
Constructor Summary |
IOControl(java.net.Socket socket)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOCKET_SOTIMEOUT
public static final java.lang.String SOCKET_SOTIMEOUT
- This property allow to enable/disable SO_TIMEOUT with the specified
timeout in milliseconds.
- See Also:
- Constant Field Values
IOControl
public IOControl(java.net.Socket socket)
throws java.io.IOException
- Throws:
java.io.IOException
readObject
public java.lang.Object readObject()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
readInt
public int readInt()
throws java.io.IOException
- Throws:
java.io.IOException
writeObject
public void writeObject(java.lang.Object obj)
throws java.io.IOException
- Throws:
java.io.IOException
writeInt
public void writeInt(int i)
throws java.io.IOException
- Throws:
java.io.IOException
close
public void close()
getSocket
public final java.net.Socket getSocket()
Copyright © 2011 ScalAgent D.T.. All Rights Reserved.