Public Instance Methods : SstHttpSession
close: connectionId
"ACTION
Close the connection associated with the receiver and identified
by @connectionId.
PARAMETERS
connectionId : <IuSstRemoteEndpoint>"
Categories
SST-API Developer
closeEndpoint: endpoint
"ACTION
Close all connections to @endpoint associated with the receiver
PARAMETERS
endpoint : <IuSstRemoteEndpoint>"
Categories
SST-API Developer
cookie
"ACTION
Answer the receiver's %cookie. This is a specialization of the more
general #data method.
RETURN VALUE
<SstHttpCookie>"
Categories
SST-API Developer
cookie: value
"ACTION
Set the receiver's %cookie to @value. This is a specialization of the more
general #data: method.
PARAMETERS
value : <SstHttpCookie>"
Categories
SST-API Developer
handlerFor: connectionId
"ACTION
Answer the invocation handler associated with the connection identified
by @connectionId in the receiver. Answer nil if there is none.
PARAMETERS
connectionId : <IuSstRemoteEndpoint>
RETURN VALUE
<IuSstRemoteInvocationHandler> | nil"
Categories
SST-API Developer
hasExpired
"ACTION
Answer true if the receiver has expired. HTTP sessions expire when their
associated cookie expires.
RETURN VALUE
<Boolean>"
Categories
SST-API Developer
open: connectionId using: remoteHandler
"ACTION
Open a connection identified by @connectionId and associate
@remoteHandler with it. @remoteHandler can then be used to send
messages over the connection.
PARAMETERS
connectionId : <IuSstRemoteEndpoint>
remoteHandler : <IuSstRemoteInvocationHandler>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]