public interface SshTransportAdapter<I>
SshTransportAdapter
adapts 3rd party SSH transport protocol
implementations for SNMP4J.Modifier and Type | Method and Description |
---|---|
boolean |
closeSession(Long sessionID) |
SshSession<I> |
openClientSession(TransportStateReference tmStateReference,
int maxMessageSize) |
SshSession<I> |
openServerSession(TransportStateReference tmStateReference,
int maxMessageSize) |
SshSession<I> openClientSession(TransportStateReference tmStateReference, int maxMessageSize)
SshSession<I> openServerSession(TransportStateReference tmStateReference, int maxMessageSize)
boolean closeSession(Long sessionID)
Copyright © 2015 SNMP4J.org. All rights reserved.