Uses of Class
mireka.pop.SessionState
-
Packages that use SessionState Package Description mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server. -
-
Uses of SessionState in mireka.pop
Methods in mireka.pop that return SessionState Modifier and Type Method Description SessionStateSession. getSessionState()static SessionStateSessionState. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionState[]SessionState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mireka.pop with parameters of type SessionState Modifier and Type Method Description voidSession. setSessionState(SessionState sessionState)
-