Class TcpMessage
TBD
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class TcpMessage
Methods
| Improve this Doc View SourceAbort()
TBD
Declaration
public static Tcp.Command Abort()
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Bind(IActorRef, EndPoint, Int32)
TBD
Declaration
public static Tcp.Command Bind(IActorRef handler, EndPoint endpoint, int backlog)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
EndPoint | endpoint | TBD |
Int32 | backlog | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
Bind(IActorRef, EndPoint, Int32, IEnumerable<Inet.SocketOption>, Boolean)
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 |
Int32 | backlog | TBD |
IEnumerable<Inet.SocketOption> | options | TBD |
Boolean | 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<Inet.SocketOption>, Nullable<TimeSpan>, Boolean)
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 |
Nullable<TimeSpan> | timeout | TBD |
Boolean | 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, Boolean, Boolean)
TBD
Declaration
public static Tcp.Command Register(IActorRef handler, bool keepOpenOnPeerClosed = false, bool useResumeWriting = true)
Parameters
Type | Name | Description |
---|---|---|
IActorRef | handler | TBD |
Boolean | keepOpenOnPeerClosed | TBD |
Boolean | useResumeWriting | TBD |
Returns
Type | Description |
---|---|
Tcp.Command | TBD |
ResumeAccepting(Int32)
TBD
Declaration
public static Tcp.Command ResumeAccepting(int batchSize)
Parameters
Type | Name | Description |
---|---|---|
Int32 | 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, Tcp.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 |