Uses of Class
com.bea.wcp.diameter.Peer
Packages that use Peer
-
Uses of Peer in com.bea.wcp.diameter
Methods in com.bea.wcp.diameter that return PeerModifier and TypeMethodDescriptionPeer[]Request.getDestinationPeers()Returns the destination peers for this request.Peer[]RouteTable.getDestinationPeers(Request req) PeerTable.getPeerByAddress(InetAddress address) Node.getPeerWithoutCreation(String hostId) PeerTable.getPeerWithoutCreation(String host) Peer[]Route.getServers()Methods in com.bea.wcp.diameter with parameters of type PeerModifier and TypeMethodDescriptionvoidvoidPeerTable.addPeerIpAddressToHostIdMapping(Peer peer, String host) voidcom.bea.wcp.diameter.transport.ConnectionvoidvoidvoidvoidPeerState.rcvConnAck(Peer p, com.bea.wcp.diameter.transport.Connection c) voidPeerState.rcvConnNack(Peer p) voidvoidPeerState.rcvHndNack(Peer p) voidvoidPeerTable.scheduleReconnect(Peer peer) Schedules a timer task to reconnect to a peer after a configured peerRetryDelay (specified as timer "Tc" in RFC3588).PeerTable.scheduleWatchdogTick(Peer peer) Schedules a timer task tick to expire a watchdog timer (specified as timer "Tw" in RFC3539).