Package org.apache.pekko.io
Class Inet.SO$.ReceiveBufferSize
java.lang.Object
org.apache.pekko.io.Inet.SO$.ReceiveBufferSize
- All Implemented Interfaces:
Serializable,Inet.SocketOption,scala.Equals,scala.Product
- Enclosing class:
- Inet.SO$
public final class Inet.SO$.ReceiveBufferSize
extends Object
implements Inet.SocketOption, scala.Product, Serializable
pekko.io.Inet.SocketOption to set the SO_RCVBUF option
For more information see Socket.setReceiveBufferSize(int)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.io.Inet.SO.ReceiveBufferSizeapply(int size) voidAction to be taken for this option before calling connect()voidAction to be taken for this option before bind() is calledvoidAction to be taken for this option before bind() is calledbooleanorg.apache.pekko.io.Inet.SO.ReceiveBufferSizecopy(int size) intbooleaninthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>intsize()toString()static scala.Option<Object>unapply(org.apache.pekko.io.Inet.SO.ReceiveBufferSize x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.pekko.io.Inet.SocketOption
afterConnectMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
ReceiveBufferSize
public ReceiveBufferSize(int size)
-
-
Method Details
-
apply
public static org.apache.pekko.io.Inet.SO.ReceiveBufferSize apply(int size) -
unapply
-
size
public int size() -
beforeServerSocketBind
Description copied from interface:Inet.SocketOptionAction to be taken for this option before bind() is called- Specified by:
beforeServerSocketBindin interfaceInet.SocketOption
-
beforeDatagramBind
Description copied from interface:Inet.SocketOptionAction to be taken for this option before bind() is called- Specified by:
beforeDatagramBindin interfaceInet.SocketOption
-
beforeConnect
Description copied from interface:Inet.SocketOptionAction to be taken for this option before calling connect()- Specified by:
beforeConnectin interfaceInet.SocketOption
-
copy
public org.apache.pekko.io.Inet.SO.ReceiveBufferSize copy(int size) -
copy$default$1
public int copy$default$1() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-