Uses of Class
com.aoindustries.aoserv.client.AOServConnection
-
Packages that use AOServConnection Package Description com.aoindustries.aoserv.client -
-
Uses of AOServConnection in com.aoindustries.aoserv.client
Subclasses of AOServConnection in com.aoindustries.aoserv.client Modifier and Type Class Description classSocketConnectionASocketConnectionis a single, persistent, plaintext connection to the server.Methods in com.aoindustries.aoserv.client that return AOServConnection Modifier and Type Method Description protected abstract AOServConnectionAOServConnector. getConnection(int maxConnections)Allocates a connection to the server.Methods in com.aoindustries.aoserv.client with parameters of type AOServConnection Modifier and Type Method Description protected abstract voidAOServConnector. release(AOServConnection connection)Releases a connection to the server.protected voidTCPConnector. release(AOServConnection conn)
-