java.lang.Object
com.aoindustries.aoserv.client.AoservConnection
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Direct Known Subclasses:
SocketConnection
An
AoservConnection
is one stream of communication
between the client and the server.- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final AoservConnector
The connector that this connection is part of. -
Constructor Summary
ModifierConstructorDescriptionprotected
AoservConnection
(AoservConnector connector) Creates a newAoservConnection
. -
Method Summary
-
Field Details
-
connector
The connector that this connection is part of.
-
-
Constructor Details
-
AoservConnection
Creates a newAoservConnection
.
-
-
Method Details
-
close
Releases this connection back to the pool.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
- See Also:
-