Sea 0.4.0

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

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

public static class ChannelResponse.Closed
extends ChannelResponse

Indicates that an agent has closed a channel (originally initiated by a ChannelRequest.Closerequest).


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.Closed(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.Closed

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

Sea 0.4.0