C# Class Caucho.IIS.ResinHandler

Inheritance: IHttpHandler
Afficher le fichier Open project: mdaniel/svn-caucho-com-resin Class Usage Examples

Méthodes publiques

Méthode Description
DoConfigurationError ( HttpContext context ) : void
GetRequestedSessionId ( HttpRequest request ) : String
ProcessRequest ( HttpContext context ) : void
ResinHandler ( ) : System

Private Methods

Méthode Description
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

Method Details

DoConfigurationError() public méthode

public DoConfigurationError ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

GetRequestedSessionId() public méthode

public GetRequestedSessionId ( HttpRequest request ) : String
request System.Web.HttpRequest
Résultat String

ProcessRequest() public méthode

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
Résultat void

ResinHandler() public méthode

public ResinHandler ( ) : System
Résultat System