Uses of Class
one.nio.server.RejectedSessionException
-
Packages that use RejectedSessionException Package Description one.nio.http one.nio.rpc one.nio.server -
-
Uses of RejectedSessionException in one.nio.http
Methods in one.nio.http that throw RejectedSessionException Modifier and Type Method Description HttpSessionHttpServer. createSession(Socket socket) -
Uses of RejectedSessionException in one.nio.rpc
Methods in one.nio.rpc that throw RejectedSessionException Modifier and Type Method Description RpcSession<S,?>RpcServer. createSession(Socket socket) -
Uses of RejectedSessionException in one.nio.server
Methods in one.nio.server that throw RejectedSessionException Modifier and Type Method Description protected SessionServer. createSession(Socket socket)
-