com.ibm.maf.atp
Interface Connection

All Known Implementing Classes:
HttpProxyConnection, SocketConnection

public interface Connection

Version:
1.00 $Date :$
Author:
Mitsuru Oshima

Method Summary
 void close()
           
 java.lang.String getAuthenticatedSecurityDomain()
           
 java.io.InputStream getInputStream()
           
 java.lang.String getMessage()
           
 java.io.OutputStream getOutputStream()
           
 boolean isEstablished()
           
 void sendRequest()
           
 

Method Detail

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