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()
|
close
void close()
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.