C# Class Caucho.IIS.HmuxConnection

显示文件 Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Free ( long idleStartTime ) : void
GetPool ( ) : Server
GetSocketStream ( ) : BufferedStream
GetTraceId ( ) : String
HmuxConnection ( Socket socket, Server pool, char serverInternalId, String traceId ) : System
SetIdleStartTime ( long idleStartTime ) : void
ToString ( ) : string

Private Methods

Method Description
ClearIdleStartTime ( ) : void
CloseImpl ( ) : void
GetIdleStartTime ( ) : long
ToActive ( ) : void

Method Details

Close() public method

public Close ( ) : void
return void

Free() public method

public Free ( long idleStartTime ) : void
idleStartTime long
return void

GetPool() public method

public GetPool ( ) : Server
return Server

GetSocketStream() public method

public GetSocketStream ( ) : BufferedStream
return System.IO.BufferedStream

GetTraceId() public method

public GetTraceId ( ) : String
return String

HmuxConnection() public method

public HmuxConnection ( Socket socket, Server pool, char serverInternalId, String traceId ) : System
socket System.Net.Sockets.Socket
pool Server
serverInternalId char
traceId String
return System

SetIdleStartTime() public method

public SetIdleStartTime ( long idleStartTime ) : void
idleStartTime long
return void

ToString() public method

public ToString ( ) : string
return string