org.limitless.util
Interface ConcurrentTCPService.ReaderSlave

All Known Implementing Classes:
ConcurrentTCPService.EchoService, MuGateway
Enclosing class:
ConcurrentTCPService

public static interface ConcurrentTCPService.ReaderSlave

A ReaderSlave processes the input from a client connection and sends proper output back. It's given the source of the client connection for appropriate securty schecks and logging. The factory is needed so that many ReaderSlaves can be created as needed when clients connect.


Nested Class Summary
static interface ConcurrentTCPService.ReaderSlave.Factory
           
 
Method Summary
 void go(java.io.InputStream is, ConcurrentTCPService.ClientConnection w)
           
 

Method Detail

go

void go(java.io.InputStream is,
        ConcurrentTCPService.ClientConnection w)


Copyright © 1995, 2004 Limitless Knowledge Association, All Rights Reserved.