Sea 0.4.0

Uses of Class
gov.lbl.dsd.sea.event.GenericCallbackEvent

Packages that use GenericCallbackEvent
gov.lbl.dsd.sea.demo Demos for gov.lbl.dsd.sea package. 
gov.lbl.dsd.sea.nio.event Request and response events for non-blocking network agents from the gov.lbl.dsd.sea.nio package. 
 

Uses of GenericCallbackEvent in gov.lbl.dsd.sea.demo
 

Subclasses of GenericCallbackEvent in gov.lbl.dsd.sea.demo
 class ByteArrayEvent
          An event that contains an array of bytes.
 

Uses of GenericCallbackEvent in gov.lbl.dsd.sea.nio.event
 

Subclasses of GenericCallbackEvent in gov.lbl.dsd.sea.nio.event
static class ChannelRequest.Close
          Requests an agent to close the given channel.
static class ChannelRequest.Register
          Requests an agent to register the given SelectionKeyinterest ops with the given channel; The agent will enqueue future responses to the channel onto the given observer stage; If an attachment is given the agent will attach it to the channel's key.
static class ChannelRequest.WriteData
          Requests an agent to completely write ALL of the bytes in the given buffer to the given channel; As usual with NIO, the data is contained between indexes buffer.position() and buffer.limit(), and buffer.remaining() bytes will be written;
 


Sea 0.4.0