Class TcpMessage
TBD
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class TcpMessage
Methods
| Edit this page View SourceAbort()
TBD
Declaration
public static Tcp.Command Abort()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Bind(IActorRef, EndPoint, int)
TBD
Declaration
public static Tcp.Command Bind(IActorRef handler, EndPoint endpoint, int backlog)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
EndPoint | endpoint | TBD |
int | backlog | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Bind(IActorRef, EndPoint, int, IEnumerable<SocketOption>, bool)
TBD
Declaration
public static Tcp.Command Bind(IActorRef handler, EndPoint endpoint, int backlog, IEnumerable<Inet.SocketOption> options, bool pullMode)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
EndPoint | endpoint | TBD |
int | backlog | TBD |
IEnumerable<Inet.SocketOption> | options | TBD |
bool | pullMode | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Close()
TBD
Declaration
public static Tcp.Command Close()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
ConfirmedClose()
TBD
Declaration
public static Tcp.Command ConfirmedClose()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Connect(EndPoint)
TBD
Declaration
public static Tcp.Command Connect(EndPoint remoteAddress)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | remoteAddress | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Connect(EndPoint, EndPoint, IEnumerable<SocketOption>, TimeSpan?, bool)
TBD
Declaration
public static Tcp.Command Connect(EndPoint remoteAddress, EndPoint localAddress, IEnumerable<Inet.SocketOption> options, TimeSpan? timeout, bool pullMode)
Parameters
Type | Name | Description |
---|---|---|
EndPoint | remoteAddress | TBD |
EndPoint | localAddress | TBD |
IEnumerable<Inet.SocketOption> | options | TBD |
TimeSpan? | timeout | TBD |
bool | pullMode | TDB |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
NoAck(object)
TBD
Declaration
public static Tcp.NoAck NoAck(object token = null)
Parameters
Type | Name | Description |
---|---|---|
object | token | TBD |
Returns
Type | Description |
---|---|
Tcp.NoAck | TBD |
Register(IActorRef, bool, bool)
TBD
Declaration
public static Tcp.Command Register(IActorRef handler, bool keepOpenOnPeerClosed = false, bool useResumeWriting = true)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
bool | keepOpenOnPeerClosed | TBD |
bool | useResumeWriting | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
ResumeAccepting(int)
TBD
Declaration
public static Tcp.Command ResumeAccepting(int batchSize)
Parameters
Type | Name | Description |
---|---|---|
int | batchSize | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
ResumeReading()
TBD
Declaration
public static Tcp.Command ResumeReading()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
ResumeWriting()
TBD
Declaration
public static Tcp.Command ResumeWriting()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
SuspendReading()
TBD
Declaration
public static Tcp.Command SuspendReading()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Unbind()
TBD
Declaration
public static Tcp.Command Unbind()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Write(ByteString, Event)
TBD
Declaration
public static Tcp.Command Write(ByteString data, Tcp.Event ack = null)
Parameters
Type | Name | Description |
---|---|---|
ByteString | data | TBD |
Tcp.Event | ack | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |