Index - All Packages - All Categories - All Classes
Class FePromiseSession
Represent a single unique connection to the server over some underlying bytestream channel.
Package: Udanax-Gold
All Superclasses: Object Heaper FeSession
Protocols: Object
Categories: Xanadu-nadmin
Class Methods
make: port with: listener with: manager
staticTimeNonInherited
Overrides: FeSession class
Instance Methods
create: port with: listener with: manager
endSession: withPrejudice
Essential. Terminate this connection. If withPrejudice is false, it completes the current request and flushes all output before disconnecting.
Overrides: FeSession
isConnected
Return whether the session has sucessfully logged in.
Overrides: FeSession
next
port
Essential. A system-specific description of the actual transport medium over which the connection is being maintained.
Overrides: FeSession
remove: session
Index - All Packages - All Categories - All Classes