|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.clazzes.remoting.marshal.MarshalerFactorySupport
org.clazzes.remoting.marshal.DefaultMarshalerFactory
public class DefaultMarshalerFactory
A default marshaler factory implementation.
Constructor Summary | |
---|---|
DefaultMarshalerFactory()
Instantiate a DefaultMarshalerFactory with the input and output buffer size set to 1460 , the most common MSS for TCP over ethernet. |
Method Summary | |
---|---|
Marshaler |
newMarshaler()
|
Methods inherited from class org.clazzes.remoting.marshal.MarshalerFactorySupport |
---|
getInputBufferSize, getOutputBufferSize, setInputBufferSize, setOutputBufferSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMarshalerFactory()
1460
, the most common MSS for TCP over ethernet.
Method Detail |
---|
public Marshaler newMarshaler()
newMarshaler
in interface MarshalerFactory
newMarshaler
in class MarshalerFactorySupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |