Sea 0.4.0

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

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

public static class ChannelResponse.Accepted
extends ChannelResponse

Indicates that an agent has accepted a new channel from a network client (originally initiated by a ChannelRequest.Registerrequest containing SelectionKey OP_ACCEPT 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.Accepted(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.Accepted

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

Sea 0.4.0