Uses of Class
one.nio.net.Session
-
Packages that use Session Package Description one.nio.http one.nio.net one.nio.rpc one.nio.server -
-
Uses of Session in one.nio.http
Subclasses of Session in one.nio.http Modifier and Type Class Description classHttpSession -
Uses of Session in one.nio.net
Methods in one.nio.net that return types with arguments of type Session Modifier and Type Method Description abstract Iterator<Session>Selector. iterator()abstract Iterator<Session>Selector. select()Methods in one.nio.net with parameters of type Session Modifier and Type Method Description abstract voidSelector. disable(Session session)abstract voidSelector. enable(Session session)abstract voidSelector. listen(Session session, int events)abstract voidSelector. register(Session session)abstract voidSelector. unregister(Session session) -
Uses of Session in one.nio.rpc
Subclasses of Session in one.nio.rpc Modifier and Type Class Description classRpcSession<S,M> -
Uses of Session in one.nio.server
Methods in one.nio.server that return Session Modifier and Type Method Description protected SessionServer. createSession(Socket socket)Methods in one.nio.server with parameters of type Session Modifier and Type Method Description protected voidServer. register(Session session)
-