C# 클래스 Akka.IO.SocketChannel

파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Accept ( ) : SocketChannel
Close ( ) : void
ConfigureBlocking ( bool block ) : SocketChannel
Connect ( EndPoint address ) : bool
FinishConnect ( ) : bool
IsOpen ( ) : bool
Open ( ) : SocketChannel
Read ( ByteBuffer buffer ) : int
Register ( IActorRef connection, SocketAsyncOperation initialOps ) : void
SocketChannel ( Socket socket ) : System
Write ( ByteBuffer buffer ) : int

메소드 상세

Accept() 공개 메소드

public Accept ( ) : SocketChannel
리턴 SocketChannel

Close() 공개 메소드

public Close ( ) : void
리턴 void

ConfigureBlocking() 공개 메소드

public ConfigureBlocking ( bool block ) : SocketChannel
block bool
리턴 SocketChannel

Connect() 공개 메소드

public Connect ( EndPoint address ) : bool
address System.Net.EndPoint
리턴 bool

FinishConnect() 공개 메소드

public FinishConnect ( ) : bool
리턴 bool

IsOpen() 공개 메소드

public IsOpen ( ) : bool
리턴 bool

Open() 공개 정적인 메소드

public static Open ( ) : SocketChannel
리턴 SocketChannel

Read() 공개 메소드

public Read ( ByteBuffer buffer ) : int
buffer ByteBuffer
리턴 int

Register() 공개 메소드

public Register ( IActorRef connection, SocketAsyncOperation initialOps ) : void
connection IActorRef
initialOps SocketAsyncOperation
리턴 void

SocketChannel() 공개 메소드

public SocketChannel ( Socket socket ) : System
socket Socket
리턴 System

Write() 공개 메소드

public Write ( ByteBuffer buffer ) : int
buffer ByteBuffer
리턴 int