Sea 0.4.0

gov.lbl.dsd.sea.nio.event
Class ChannelResponse.Connected

java.lang.Object
  extended bygov.lbl.dsd.sea.nio.event.ChannelResponse
      extended bygov.lbl.dsd.sea.nio.event.ChannelResponse.Connected
Enclosing class:
ChannelResponse

public static class ChannelResponse.Connected
extends ChannelResponse

Indicates that an agent has connected to a network server (originally initiated by a ChannelRequest.Registerrequest containing SelectionKey OP_CONNECT ops).


Nested Class Summary
 
Nested classes inherited from class gov.lbl.dsd.sea.nio.event.ChannelResponse
ChannelResponse.Accepted, ChannelResponse.Closed, ChannelResponse.Connected, ChannelResponse.Read, ChannelResponse.Registered, ChannelResponse.Write
 
Constructor Summary
ChannelResponse.Connected(NetAgent agent, SelectionKey key, IOException exception)
           
 
Methods inherited from class gov.lbl.dsd.sea.nio.event.ChannelResponse
getAgent, getException, getKey, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChannelResponse.Connected

public ChannelResponse.Connected(NetAgent agent,
                                 SelectionKey key,
                                 IOException exception)

Sea 0.4.0