java.lang .Object org.apache.harmony.rmi.client .ClientConnection org.apache.harmony.rmi.transport.proxy .HttpConnection Method Summary public voiddone () public longgetExpiration () Always throws error because this connection is not reusable.public booleanisAvailable () public booleanisReusable () Returns false because this connection could not be reused.public voidreleaseOutputStream () Closes output stream and read protocol ack data.public booleanreuse () Always throws error because this connection is not reusable.protected intserverProtocolAck () Acknowledge protocol with server side.
done public void done()(Code) See Also: ClientConnection.done()
getExpiration public long getExpiration()(Code) Always throws error because this connection is not reusable.
isAvailable public boolean isAvailable()(Code) See Also: ClientConnection.isAvailable()
isReusable public boolean isReusable()(Code) Returns false because this connection could not be reused.
See Also: ClientConnection.isReusable()
releaseOutputStream public void releaseOutputStream() throws IOException (Code) Closes output stream and read protocol ack data.
reuse public boolean reuse()(Code) Always throws error because this connection is not reusable.
serverProtocolAck protected int serverProtocolAck() throws RemoteException (Code) Acknowledge protocol with server side.
acknowledged protocol numberthrows: RemoteException - if any I/O exception occurred during protocolacknowledgement