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 IOException
Throws:
IOException


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.