Uses of Class
com.sun.enterprise.mgmt.transport.grizzly.GrizzlyPeerID
-
Packages that use GrizzlyPeerID Package Description com.sun.enterprise.mgmt.transport.grizzly com.sun.enterprise.mgmt.transport.grizzly.grizzly2 -
-
Uses of GrizzlyPeerID in com.sun.enterprise.mgmt.transport.grizzly
Fields in com.sun.enterprise.mgmt.transport.grizzly with type parameters of type GrizzlyPeerID Modifier and Type Field Description java.util.concurrent.ConcurrentHashMap<java.lang.String,PeerID<GrizzlyPeerID>>GrizzlyNetworkManager. peerIDMapMethods in com.sun.enterprise.mgmt.transport.grizzly that return types with arguments of type GrizzlyPeerID Modifier and Type Method Description protected PeerID<GrizzlyPeerID>GrizzlyNetworkManager. getPeerIDFromURI(java.lang.String uri)Methods in com.sun.enterprise.mgmt.transport.grizzly with parameters of type GrizzlyPeerID Modifier and Type Method Description intGrizzlyPeerID. compareTo(GrizzlyPeerID other) -
Uses of GrizzlyPeerID in com.sun.enterprise.mgmt.transport.grizzly.grizzly2
Constructor parameters in com.sun.enterprise.mgmt.transport.grizzly.grizzly2 with type arguments of type GrizzlyPeerID Constructor Description GrizzlyTCPMessageSender(org.glassfish.grizzly.nio.transport.TCPNIOTransport tcpNioTransport, ConnectionCache connectionCache, PeerID<GrizzlyPeerID> localPeerID, long writeTimeoutMillis)
-