Class
Use
Tree
          
PREV NEXT
 

Uses of Class
com.newstep.solid.comm.Channel
com.newstep.solid.comm  
com.newstep.solid.comm.rtt  
com.newstep.solid.comm.tcp  
com.newstep.solid.comm.udp  
com.newstep.solid.test.comm  
com.newstep.solid.test.comm.rtt  
com.newstep.solid.test.comm.tcp  
com.newstep.solid.test.comm.udp  
public abstract     class
 
ProtocolElement.subChannel
private Channel
ProtocolElement.subChannel
Constructors in com.newstep.solid.comm with parameters of type com.newstep.solid.comm.Channel
public void
ProtocolElement.ProtocolElement(Channel subChannel)
public void
ProtocolElement.ProtocolElement(Channel subChannel, ChannelListener listener)
public Channel
ProtocolElement.getSubChannel()
public abstract Channel
ChannelFactory.createChannel()
public abstract Channel
ChannelAccessPoint.getChannel(Address address)
Methods in
com.newstep.solid.comm with parameters of type

com.newstep.solid.comm.Channel
public void
ChannelStatusListener.statusChanged(Channel channel, ChannelState state)
public void
ProtocolElement.setSubChannel(Channel channel)
public void
ChannelAccessPointListener.notify(Channel channel)
private Channel
RedundantElement.redChannel
private Channel
RedundantElement.activeChannel
RedundantElement.redChannel
Constructors in com.newstep.solid.comm.rtt with parameters of type com.newstep.solid.comm.Channel
public void
RedundantElement.RedundantElement(Channel subChannel)
public void
RttChannel.RttChannel(Channel subChannel, ProtocolBuilder protocolFactory)
public void
HeartBeatAckElement.HeartBeatAckElement(Channel subChannel)
public Channel
RttChannelAccessPoint.getChannel(Address address)
public Channel
RedundantElement.getRedChannel()
public Channel
RttChannelFactory.createChannel()
public synchronized Channel
RttChannelsTable.findChannel(Integer partnerId)
public void
HeartBeatAckElement.statusChanged(Channel channel, ChannelState state)
public synchronized boolean
RttChannelsTable.findChannel(Channel channel)
public void
RttChannel.statusChanged(Channel channel, ChannelState state)
public void
ProtocolBuilder.connectChannel(ProtocolElement rttChannel, Channel firstLeg)
public void
RttChannelFactory.connectRedundantChannel(ProtocolElement element, Channel secondChannel)
public void
RedundantElement.addSecondSubChannel(Channel secondSubChannel)
public synchronized void
RttChannelsTable.updateId(Channel channel, Integer partnerId)
private boolean
RedundantElement.hasNackMessages(Channel channel)
public void
FramingElement.statusChanged(Channel channel, ChannelState state)
public void
ProtocolBuilder.connectRedundantChannel(ProtocolElement element, Channel secondChannel)
public void
RttChannelAccessPoint.statusChanged(Channel channel, ChannelState state)
public void
RttChannelFactory.connectChannel(ProtocolElement rttChannel, Channel firstLeg)
public synchronized void
RttChannelsTable.removeChannel(Channel channel)
public void
RedundantElement.statusChanged(Channel channel, ChannelState state)
private void
RedundantElement.retransmit(Channel channel)
private void
RedundantElement.drainOnAck(Channel channel, Integer ack)
public synchronized void
RttChannelsTable.addChannel(Channel channel)
public void
RttChannelAccessPoint.notify(Channel channel)
public Channel
TCPChannelAccessPoint.getChannel(Address address)
public Channel
UDPChannelAccessPoint.getChannel(Address address)
private Channel
ChannelListeners.channel
private Channel
ChannelListeners.Listener.chann
Constructors in com.newstep.solid.test.comm with parameters of type com.newstep.solid.comm.Channel
public void
ChannelListeners.Listener.Listener(Channel channel)
public void
TestClient.statusChanged(Channel channel, ChannelState state)
public void
ChannelListeners.notify(Channel chan)
public void
ChannelListeners.statusChanged(Channel chan, ChannelState state)
Acceptor.channel
public void
Acceptor.notify(Channel chan)
public void
Acceptor.statusChanged(Channel chan, ChannelState state)
public void
SanityTest.statusChanged(Channel channel, ChannelState state)
Acceptor.channel
public void
Acceptor.statusChanged(Channel chan, ChannelState state)
public void
SanityTest.statusChanged(Channel channel, ChannelState state)
public void
Acceptor.notify(Channel chan)
Acceptor.channel
public void
SanityTest.statusChanged(Channel channel, ChannelState state)
public void
Acceptor.statusChanged(Channel chan, ChannelState state)
public void
Acceptor.notify(Channel chan)

Class
Use
Tree
          
PREV NEXT