org.jacorb.orb.http
Class ServerConnection
org.jacorb.orb.connection.ServerConnection
org.jacorb.orb.http.ServerConnection
public final class ServerConnection
extends org.jacorb.orb.connection.ServerConnection
ServerConnection
public ServerConnection(ORB orb,
boolean is_ssl,
Socket s,
java.io.InputStream _in_stream)
throws IOException
abort
protected void abort()
throws EOFException
closeConnection
public void closeConnection()
socket closing etc is done after each single HTTP Connection
connected
public boolean connected()
readBuffer
public byte[] readBuffer()
throws java.io.IOException
sendCloseConnection
public void sendCloseConnection()
throws COMM_FAILURE
send a "close connection" message to the other side.
sendLocateReply
public void sendLocateReply(int request_id,
int status,
Object arg,
int giop_minor)
throws COMM_FAILURE
setTimeOut
public void setTimeOut(int timeout)
throws SocketException