C# 클래스 Caucho.IIS.ResinHandler

상속: IHttpHandler
파일 보기 프로젝트 열기: mdaniel/svn-caucho-com-resin 1 사용 예제들

공개 메소드들

메소드 설명
DoConfigurationError ( HttpContext context ) : void
GetRequestedSessionId ( HttpRequest request ) : String
ProcessRequest ( HttpContext context ) : void
ResinHandler ( ) : System

비공개 메소드들

메소드 설명
DoCauchoStatus ( HttpContext context ) : void
DoHmux ( HttpContext context ) : void
DoTestBasic ( HttpContext context ) : void
DoTestChunked ( HttpContext context ) : void
DoTestSSL ( HttpContext context ) : void
FormatTime ( int time ) : String
HandleRequest ( HttpContext context, HttpRequest request, HttpResponse response, HmuxConnection hmuxChannel, BufferedStream rs, BufferedStream ws, byte buf, int length, bool isComplete, bool allowBusy ) : int
Introspect ( HttpContext context ) : void
ParseTime ( String name, String str ) : int
ReadHmuxLength ( BufferedStream stream ) : int
ReadHmuxString ( BufferedStream stream, int length ) : String
RelayResponseData ( BufferedStream hmuxIn, Stream response, int length ) : void
RelayResponseHeader ( HttpResponse response, String name, String value ) : void
SendNotAvailable ( HttpResponse response ) : void
Skip ( BufferedStream stream, int length ) : void
WriteHmuxLength ( BufferedStream stream, int length ) : void
WriteRequestData ( BufferedStream stream, int code, byte data, int length, String traceId ) : void
WriteRequestHeader ( BufferedStream stream, String name, String value, String traceId ) : void
WriteRequestString ( BufferedStream stream, int code, String value, String traceId ) : void
WriteSSLCertificate ( BufferedStream stream, byte cert, String traceId ) : void
init ( ) : void

메소드 상세

DoConfigurationError() 공개 메소드

public DoConfigurationError ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

GetRequestedSessionId() 공개 메소드

public GetRequestedSessionId ( HttpRequest request ) : String
request System.Web.HttpRequest
리턴 String

ProcessRequest() 공개 메소드

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
리턴 void

ResinHandler() 공개 메소드

public ResinHandler ( ) : System
리턴 System