Uses of Interface
juju.reattore.core.reactor.Handler

Packages that use Handler
juju.reattore.core.reactor   
juju.reattore.loadtest.controller.impl   
juju.reattore.server.http   
 

Uses of Handler in juju.reattore.core.reactor
 

Subinterfaces of Handler in juju.reattore.core.reactor
 interface ClientSocketHandler
          Callback interface related to a client socket channel.
 interface ServerSocketHandler
          A handler for incoming connections on a server socket.
 

Uses of Handler in juju.reattore.loadtest.controller.impl
 

Classes in juju.reattore.loadtest.controller.impl that implement Handler
 class URLTester
          Very simple URL tester that gets the contents of the given URL from the given socket.
 

Uses of Handler in juju.reattore.server.http
 

Classes in juju.reattore.server.http that implement Handler
 class HttpClientHandler
          Handler that knows about the HTTP protocol.
 class HttpServerHandler
          Handler that accepts a new incoming HTTP connection and hands it off to a new HTTP handler.
 



Copyright © 2002-2003 Michael Hope. All Rights Reserved.