TcpTunnel.close()
DESCRIPTION
Close this tunnel. Blocks until the tunnel is closed.
DECLARATION
public func close() throws
PARAMETERS
None.
ERRORS
Throws the following errors:
INVALID_STATE:
- if the tunnel is not open.
RETURN VALUES
None.
EXAMPLES
None.