|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PipelineFactory
The PipelineFactory
enables any object that is
using a PipelineHandler
to produce the object
desired for processing with a Socket
. Once a
TCP connection is established the Pipeline
is
produced and handed to the PipelineHandler
.
The FilterPipeline
object enables subclassed
Pipeline
objects to be created, used with
this interface increased functionality can be added to
the connection, like security or buffering.
Method Summary | |
---|---|
Pipeline |
getInstance(java.net.Socket sock)
This will produce a Pipeline with the
desired functionality once the implementation
wraps the given Socket . |
Method Detail |
---|
Pipeline getInstance(java.net.Socket sock) throws java.io.IOException
Pipeline
with the
desired functionality once the implementation
wraps the given Socket
.
sock
- this is the Socket
that will
be used to create the implementation
java.io.IOException
- if the implementation could not
be produced for some reason
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |