
public interface Handler
handle method returns the socket where
the communication takes place is closed| Modifier and Type | Method and Description |
|---|---|
void |
handle(InputStream is,
OutputStream os)
Handle an interaction with a client
|
void handle(InputStream is, OutputStream os)
is - The input streamos - The output streamCopyright © 2014 IronJacamar (http://www.ironjacamar.org)