C# 클래스 AWSSDK_DotNet.IntegrationTests.Tests.Servlet

상속: IDisposable
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
Dispose ( ) : void
Servlet ( ) : System
Servlet ( int port ) : System
Servlet ( int port, string uri ) : System
Servlet ( string uri ) : System
Stop ( ) : void

보호된 메소드들

메소드 설명
Cleanup ( ) : void
HandleRequest ( HttpListenerContext context ) : void
WriteResponse ( HttpListenerResponse response, string content ) : void
WriteResponse ( HttpListenerResponse response, string content, int status ) : void
WriteResponse ( HttpListenerResponse response, string content, int status, string>.IDictionary headers ) : void

비공개 메소드들

메소드 설명
FindFreePort ( ) : int
HttpWebListenerCallback ( IAsyncResult result ) : void
IsBusy ( int port ) : bool
RandomPort ( ) : int
StartServlet ( ) : void

메소드 상세

Cleanup() 보호된 메소드

protected Cleanup ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HandleRequest() 보호된 메소드

protected HandleRequest ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
리턴 void

Servlet() 공개 메소드

public Servlet ( ) : System
리턴 System

Servlet() 공개 메소드

public Servlet ( int port ) : System
port int
리턴 System

Servlet() 공개 메소드

public Servlet ( int port, string uri ) : System
port int
uri string
리턴 System

Servlet() 공개 메소드

public Servlet ( string uri ) : System
uri string
리턴 System

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

WriteResponse() 보호된 메소드

protected WriteResponse ( HttpListenerResponse response, string content ) : void
response System.Net.HttpListenerResponse
content string
리턴 void

WriteResponse() 보호된 메소드

protected WriteResponse ( HttpListenerResponse response, string content, int status ) : void
response System.Net.HttpListenerResponse
content string
status int
리턴 void

WriteResponse() 보호된 메소드

protected WriteResponse ( HttpListenerResponse response, string content, int status, string>.IDictionary headers ) : void
response System.Net.HttpListenerResponse
content string
status int
headers string>.IDictionary
리턴 void