com.ibm.maf.atp
Interface Connection
- All Known Implementing Classes:
- HttpProxyConnection, SocketConnection
- public interface Connection
- Version:
- 1.00 $Date :$
- Author:
- Mitsuru Oshima
close
public void close()
throws java.io.IOException
- Throws:
java.io.IOException
getAuthenticatedSecurityDomain
public java.lang.String getAuthenticatedSecurityDomain()
getInputStream
public java.io.InputStream getInputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getMessage
public java.lang.String getMessage()
getOutputStream
public java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
isEstablished
public boolean isEstablished()
sendRequest
public void sendRequest()
throws java.io.IOException
- Throws:
java.io.IOException