public interface OpenSocketContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
Socket |
getSocket()
Gets the Socket.
|
SocketFactory |
getSocketFactory()
Gets the SocketFactory.
|
void |
setSocket(Socket socket)
Sets the Socket.
|
void |
setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
clear
SocketFactory getSocketFactory() throws IfsException
IfsException
void setSocketFactory(SocketFactory socketFactory) throws IfsException
IfsException
Socket getSocket() throws IfsException
IfsException
void setSocket(Socket socket) throws IfsException
IfsException
Copyright © 2023. All rights reserved.