All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.impl.adaptor.generic.AdaptorServer
|
+----com.sun.jaw.impl.adaptor.comm.AdaptorServerImpl
|
+----com.sun.jaw.impl.adaptor.udp.AdaptorServerImpl
This class inherits most of its behaviour. It performs only UDP-specific tasks:
To receive data packets, the HTTP/UDP adaptor uses a buffer whose size
can be configured using the property bufferSize (default
value is 10240). Packets which does not fit in buffer are rejected.
Increasing bufferSize allows to exchange bigger packets.
However the underlying networking system may impose a limit on the
size of UDP packets. Packets bigger than this limit will rejected too,
no matter the value of bufferSize.
AdaptorServerImpl.
AdaptorServerImpl (default 10240).
public AdaptorServerImpl()
public AdaptorServerImpl(int p)
public String getProtocol()
public Integer getBufferSize()
AdaptorServerImpl.
public void setBufferSize(Integer s)
AdaptorServerImpl (default 10240).
All Packages Class Hierarchy This Package Previous Next Index