Uses of Class
org.hcjf.io.net.NetSession
-
Packages that use NetSession Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.net org.hcjf.io.net.http org.hcjf.io.net.messages -
-
Uses of NetSession in org.hcjf.cloud.impl.network
Subclasses of NetSession in org.hcjf.cloud.impl.network Modifier and Type Class Description classCloudSessionMethods in org.hcjf.cloud.impl.network with parameters of type NetSession Modifier and Type Method Description voidCloudClient. destroySession(NetSession session) -
Uses of NetSession in org.hcjf.io.console
Subclasses of NetSession in org.hcjf.io.console Modifier and Type Class Description classConsoleSessionDefault session for the console connection. -
Uses of NetSession in org.hcjf.io.net
Classes in org.hcjf.io.net with type parameters of type NetSession Modifier and Type Class Description classNetClient<S extends NetSession,D>This class is a kind of net consumer that represent a client for the ip connections.classNetServer<S extends NetSession,D>This class is a kind of net consumer that represent a server for the ip connections.classNetServiceConsumer<S extends NetSession,D>This consumer provide an interface for the net service.Methods in org.hcjf.io.net that return NetSession Modifier and Type Method Description NetSessionDefaultNetPackage. getSession()Return the net session of the package.abstract NetSessionNetPackage. getSession()Return the net session of the package.NetSessionNetPackage.NetPackageWrapper. getSession()Return the net session of the package.Methods in org.hcjf.io.net with parameters of type NetSession Modifier and Type Method Description booleanNetService. checkSession(NetSession session)Check if the specific session is active into the sercie.abstract voidNetServiceConsumer. destroySession(NetSession session)Destroy the session.voidNetService. disconnect(NetSession session, java.lang.String message)Disconnect a specific session.booleanNetService. isConnected(NetSession session)Indicates if the session is connected or notvoidDefaultNetPackage. setSession(NetSession session)Set the session over the package was created.voidNetPackage.NetPackageWrapper. setSession(NetSession session)Set the session over the package was created.abstract voidNetPackage. setSession(NetSession session)Set the session over the package was created.NetPackageNetService. writeData(NetSession session, byte[] data)This method put a net package on the output queue of the session. -
Uses of NetSession in org.hcjf.io.net.http
Subclasses of NetSession in org.hcjf.io.net.http Modifier and Type Class Description classHttpSessionNet session implementation for the http protocolMethods in org.hcjf.io.net.http with parameters of type NetSession Modifier and Type Method Description voidHttpClient. destroySession(NetSession session)Destroy the session.voidHttpServer. destroySession(NetSession session)Destroy the session. -
Uses of NetSession in org.hcjf.io.net.messages
Classes in org.hcjf.io.net.messages with type parameters of type NetSession Modifier and Type Class Description classMessagesNode<S extends NetSession>This class provides the base to implements a message node.classMessagesServer<S extends NetSession>This implementation provides the base to work with messages into the network.Methods in org.hcjf.io.net.messages with parameters of type NetSession Modifier and Type Method Description voidMessagesServer. destroySession(NetSession session)This method destroy the buffer for the specific session.
-