public static final class BufferingSocketStreamDecorationStrategy.Factory extends java.lang.Object implements SocketStreamDecorationStrategy.Factory
BufferingSocketStreamDecorationStrategy.| Constructor and Description |
|---|
BufferingSocketStreamDecorationStrategy.Factory()
The required no-arg constructor
|
| Modifier and Type | Method and Description |
|---|---|
SocketStreamDecorationStrategy |
create(LoggerTeam logger,
ORBLoader loader,
java.lang.String prefix)
Optionally creates a new
BufferingSocketStreamDecorationStrategy
based on the [<prefix>.]bufferedInputStreamSize
[<prefix>.]bufferedOutputStreamSize properties
defined in the loader. |
public BufferingSocketStreamDecorationStrategy.Factory()
public SocketStreamDecorationStrategy create(LoggerTeam logger, ORBLoader loader, java.lang.String prefix)
BufferingSocketStreamDecorationStrategy
based on the [<prefix>.]bufferedInputStreamSize
[<prefix>.]bufferedOutputStreamSize properties
defined in the loader. If both of these properties are
absent or zero then no object is created.create in interface SocketStreamDecorationStrategy.Factorylogger - the logger team to usedloader - the orb loader to be usedprefix - the optional property name prefix to use, e.g. "iiop"null.INITIALIZE - if problems occured during setup