Uses of Interface
com.faunos.util.net.HandletContext

Packages that use HandletContext
com.faunos.util.net Facilities for non-blocking network I/O. 
com.faunos.util.net.http A skeletal implementation of a simple non-blocking HTTP server. 
 

Uses of HandletContext in com.faunos.util.net
 

Methods in com.faunos.util.net with parameters of type HandletContext
 IoState AsynchStagelet.init(HandletContext context)
          Asynchronously invokes the AsynchStagelet.nextStage() method, pushes the returned stagelet onto the stack, initializes it, and notifies the container that it is done processing.
 IoState StageletStack.init(HandletContext context)
           
 IoState Handlet.init(HandletContext context)
          Initializes the handlet.
 

Uses of HandletContext in com.faunos.util.net.http
 

Methods in com.faunos.util.net.http with parameters of type HandletContext
 IoState RequestStage.init(HandletContext context)
           
 IoState FileChannelStagelet.init(HandletContext context)
           
 IoState ResponseHeaderStage.init(HandletContext context)
          Commits the changes.
 



SourceForge.net Logo