com.darwinsys.net
Interface StreamServerHandler


public interface StreamServerHandler

The general contract of a handler for the StreamServer.


Method Summary
 void handle(java.net.Socket sock)
          This is called for each request
 

Method Detail

handle

void handle(java.net.Socket sock)
            throws java.io.IOException
This is called for each request

Throws:
java.io.IOException


Copyright © 1996-2004 Ian F. Darwin. See license.html for usage license.