com.sun.xml.ws.transport.tcp.connectioncache.spi.transport
Interface Connection

All Known Implementing Classes:
ClientConnectionSession, ConnectionSession, ServerConnectionSession

public interface Connection

A Connection represents some kind of channel to a (possibly different) process. Here we only need the capability of closing the connection.


Method Summary
 void close()
           
 

Method Detail

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException