public class IfsPortContext extends IfsCommandContext implements PortContext
| Constructor and Description |
|---|
IfsPortContext()
The Constructor.
|
IfsPortContext(SocketFactory socketFactory,
String port)
Other Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the CommandState. does not throw.
|
String |
getPort()
Gets the port.
|
SocketFactory |
getSocketFactory()
Gets the SocketFactory.
|
void |
setPort(String port)
Sets the port.
|
void |
setSocketFactory(SocketFactory socketFactory)
Sets the SocketFactory.
|
public IfsPortContext()
throws IfsException
IfsExceptionpublic IfsPortContext(SocketFactory socketFactory, String port) throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic SocketFactory getSocketFactory() throws IfsException
getSocketFactory in interface PortContextIfsExceptionpublic void setSocketFactory(SocketFactory socketFactory) throws IfsException
setSocketFactory in interface PortContextIfsExceptionpublic String getPort() throws IfsException
getPort in interface PortContextIfsExceptionpublic void setPort(String port) throws IfsException
setPort in interface PortContextIfsExceptionCopyright © 2025. All rights reserved.