Uses of Class
org.hcjf.io.net.NetServer
-
Packages that use NetServer Package Description org.hcjf.cloud.impl.network org.hcjf.io.console org.hcjf.io.net.http org.hcjf.io.net.http.proxy org.hcjf.io.net.messages -
-
Uses of NetServer in org.hcjf.cloud.impl.network
Subclasses of NetServer in org.hcjf.cloud.impl.network Modifier and Type Class Description classCloudServer -
Uses of NetServer in org.hcjf.io.console
Subclasses of NetServer in org.hcjf.io.console Modifier and Type Class Description classConsoleServerThis server accept connections from hcj-console instances. -
Uses of NetServer in org.hcjf.io.net.http
Subclasses of NetServer in org.hcjf.io.net.http Modifier and Type Class Description classHttpServerImplementation of the net service that provides the http protocol server.classHttpsServer -
Uses of NetServer in org.hcjf.io.net.http.proxy
Subclasses of NetServer in org.hcjf.io.net.http.proxy Modifier and Type Class Description classHttpProxyHttp proxy implementation -
Uses of NetServer in org.hcjf.io.net.messages
Subclasses of NetServer in org.hcjf.io.net.messages Modifier and Type Class Description classMessagesServer<S extends NetSession>This implementation provides the base to work with messages into the network.
-