A B C D E F G H I J M N O P Q R S T U V W X 
All Classes All Packages

H

Handler - Class in org.sam.server.context
핸들러에 대한 정보를 저장하는 클래스
Handler - Annotation Type in org.sam.server.annotation.component
클래스 위에 선언하여 해당 클래스를 핸들러로 만든다.
HandlerExecutor - Class in org.sam.server.http.context
핸들러를 실행 시키는 클래스
HandlerFinder - Class in org.sam.server.http.context
실행할 핸들러를 찾는 클래스
HandlerNotFoundException - Exception in org.sam.server.context
요청에 대한 핸들러를 찾지 못했을 시 발생한다.
HandlerNotFoundException() - Constructor for exception org.sam.server.context.HandlerNotFoundException
 
hasBody() - Method in enum org.sam.server.constant.HttpMethod
HTTP 바디에 메시지가 존재하는 지 확인한다.
hashCode() - Method in class org.sam.server.http.Cookie
 
hashCode() - Method in class org.sam.server.http.Session
 
HEAD - org.sam.server.constant.HttpMethod
 
HttpErrorType - Enum in org.sam.server.constant
HTTP Response의 에러 타입
HttpException - Exception in org.sam.server.http.context
HTTP 예외 클래스 해당 클래스를 던지면 내부에 선언된 상태 및 메시지를 응답한다.
HttpException(HttpStatus) - Constructor for exception org.sam.server.http.context.HttpException
 
HttpException(HttpStatus, String) - Constructor for exception org.sam.server.http.context.HttpException
 
HttpExceptionHandler - Interface in org.sam.server.http.web
예외 발생시 응답 전에 호출된다.
HttpHeader - Class in org.sam.server.constant
HTTP Header에 대한 상수
HttpHeader() - Constructor for class org.sam.server.constant.HttpHeader
 
HttpLauncher - Class in org.sam.server.http.context
Request, Response 인스턴스를 만들고 HTTP 요청을 분기한다.
HttpLauncher() - Constructor for class org.sam.server.http.context.HttpLauncher
 
HttpMethod - Enum in org.sam.server.constant
HTTP Method 상수
HttpMultipartRequest - Class in org.sam.server.http.web.request
Multipart 요청에 대한 클래스
HttpMultipartRequest(RequestParser) - Constructor for class org.sam.server.http.web.request.HttpMultipartRequest
 
HttpRequest - Class in org.sam.server.http.web.request
Request 인터페이스의 구현체.
HttpRequest(RequestParser) - Constructor for class org.sam.server.http.web.request.HttpRequest
 
HttpResponse - Class in org.sam.server.http.web.response
요청을 해석하고 응답하는 클래스.
HttpServer - Class in org.sam.server.http.context
HTTP 서버의 시작점으로써, 서버 소켓을 생성하고 쓰헤드 풀을 생성하여 요청을 HttpLauncher로 위임한다.
HttpStatus - Enum in org.sam.server.constant
HTTP 응답 상태 상수
A B C D E F G H I J M N O P Q R S T U V W X 
All Classes All Packages