public interface CLIConnection
| Modifier and Type | Method and Description |
|---|---|
void |
connect(Map<String,Object> params)
Establishes a session connection to a network host and creates and stores
session parameters.
|
void |
disconnect()
Disconnects the session to the host.
|
InputStream |
inputStream() |
OutputStream |
outputStream() |
void connect(Map<String,Object> params) throws IOException
params - Parameters used to connect connection to the hostIOException - if any IOException when
communication with the NE.void disconnect()
throws IOException
IOException - if any IOException when
communication with the hostInputStream inputStream()
OutputStream outputStream()
Copyright © 2016 iTransformers Labs. All rights reserved.