public class IfsProtocolSession extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_DefaultDateFormatString |
protected String |
m_DefaultDelimiter |
| Constructor and Description |
|---|
IfsProtocolSession(String dateFormat,
String delimiter)
Contructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the IfsProtocolSession.
|
IfsServerChannel |
getChannel()
Gets the Channel.
|
Object |
getCookie()
Gets the Cookie.
|
LibrarySession |
getLibrarySession()
Gets the LibrarySession.
|
String |
getUsername()
Gets the LibrarySession.
|
boolean |
hasTimedOut(long timeoutLength)
Has timed out?
|
void |
setChannel(IfsServerChannel channel)
Sets the Channel.
|
void |
setCookie(Object cookie)
Sets the Cookie.
|
void |
setLibrarySession(LibrarySession session)
Sets the LibrarySession.
|
protected void |
setUsername()
Called from setLibrarySession. sets up the username for ease of use.
|
protected void |
updateLastAccess()
Updates the last access of this session.
|
protected String m_DefaultDateFormatString
protected String m_DefaultDelimiter
public IfsProtocolSession(String dateFormat, String delimiter) throws IfsException
IfsExceptionpublic void dispose()
public boolean hasTimedOut(long timeoutLength)
public String getUsername() throws IfsException
IfsExceptionpublic LibrarySession getLibrarySession() throws IfsException
IfsExceptionpublic void setLibrarySession(LibrarySession session) throws IfsException
IfsExceptionpublic Object getCookie() throws IfsException
IfsExceptionpublic void setCookie(Object cookie) throws IfsException
IfsExceptionpublic IfsServerChannel getChannel() throws IfsException
IfsExceptionpublic void setChannel(IfsServerChannel channel) throws IfsException
IfsExceptionprotected final void updateLastAccess()
protected void setUsername()
Copyright © 2025. All rights reserved.