public class IfsOpenSocketContext extends IfsCommandContext implements OpenSocketContext
| Constructor and Description |
|---|
IfsOpenSocketContext()
The Constructor.
|
IfsOpenSocketContext(SocketFactory socketFactory)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
Socket |
getSocket()
Gets the Socket.
|
SocketFactory |
getSocketFactory()
Gets the SocketFactory.
|
void |
setSocket(Socket socket)
Sets the Socket.
|
void |
setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
public IfsOpenSocketContext()
throws IfsException
IfsExceptionpublic IfsOpenSocketContext(SocketFactory socketFactory) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic SocketFactory getSocketFactory()
getSocketFactory in interface OpenSocketContextpublic void setSocketFactory(SocketFactory socketFactory)
setSocketFactory in interface OpenSocketContextpublic Socket getSocket()
getSocket in interface OpenSocketContextpublic void setSocket(Socket socket)
setSocket in interface OpenSocketContextCopyright © 2025. All rights reserved.