|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object akka.io.Inet.SO$.SendBufferSize
public class Inet.SO$.SendBufferSize
Inet.SocketOption
to set the SO_SNDBUF option.
For more information see java.net.Socket.setSendBufferSize
Constructor Summary | |
---|---|
Inet.SO$.SendBufferSize(int size)
|
Method Summary | |
---|---|
void |
afterConnect(java.net.Socket s)
Action to be taken for this option after connect returned (i.e. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface akka.io.Inet.SocketOption |
---|
beforeConnect, beforeDatagramBind, beforeServerSocketBind |
Methods inherited from interface scala.Product |
---|
productArity, productElement, productIterator, productPrefix |
Methods inherited from interface scala.Equals |
---|
canEqual, equals |
Constructor Detail |
---|
public Inet.SO$.SendBufferSize(int size)
Method Detail |
---|
public int size()
public void afterConnect(java.net.Socket s)
Inet.SocketOption
afterConnect
in interface Inet.SocketOption
s
- (undocumented)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |