Class UnixSocketStreamTransportMapping.SocketEntry

java.lang.Object
org.snmp4j.transport.AbstractServerSocket<UnixDomainAddress>
org.snmp4j.transport.AbstractSocketEntry<UnixDomainAddress>
org.snmp4j.transport.unix.UnixSocketStreamTransportMapping.SocketEntry
Enclosing class:
UnixSocketStreamTransportMapping

public static class UnixSocketStreamTransportMapping.SocketEntry extends org.snmp4j.transport.AbstractSocketEntry<UnixDomainAddress>
  • Field Summary

    Fields inherited from class org.snmp4j.transport.AbstractSocketEntry

    socketChannel
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
     

    Methods inherited from class org.snmp4j.transport.AbstractSocketEntry

    addMessage, addRegistration, getMessages, getSocketChannel, hasMessage, insertMessages, isRegistered, nextBusyLoop, nextMessage, removeRegistration, resetBusyLoops

    Methods inherited from class org.snmp4j.transport.AbstractServerSocket

    getLastUse, getPeerAddress, getSocketTimeout, isHandshakeFinished, setHandshakeFinished, setSocketTimeout, used

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Specified by:
      toString in class org.snmp4j.transport.AbstractSocketEntry<UnixDomainAddress>
    • closeSession

      public void closeSession()
      Specified by:
      closeSession in class org.snmp4j.transport.AbstractSocketEntry<UnixDomainAddress>
    • getSessionID

      public Object getSessionID()
      Specified by:
      getSessionID in class org.snmp4j.transport.AbstractSocketEntry<UnixDomainAddress>