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 |
|
|