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
All Classes All Packages
All Classes All Packages
C
- CircularReferenceException - Exception in org.sam.server.context
-
순환 참조 발생시 발생하는 예외
- CircularReferenceException(String) - Constructor for exception org.sam.server.context.CircularReferenceException
- CLIENT - org.sam.server.constant.HttpErrorType
- Component - Annotation Type in org.sam.server.annotation.component
-
클래스에 선언 하여 해당 클래스를 빈으로 만든다.
- ComponentScan - Annotation Type in org.sam.server.annotation
-
Root Package로 선언할 패키지의 클래스에 선언하여 동/하위 컴포넌트를 찾을 수 있게 해준다.
- ComponentScanNotFoundException - Exception in org.sam.server.context
-
ComponentScan 어노테이션을 찾을 수 없을 때 발생한다.
- ComponentScanNotFoundException() - Constructor for exception org.sam.server.context.ComponentScanNotFoundException
- Configuration - Annotation Type in org.sam.server.annotation.component
-
클래스에 선언 하여 해당 클래스를 설정 클래스로 만든다.
- CONNECT - org.sam.server.constant.HttpMethod
- CONTENT_TYPE - Static variable in class org.sam.server.constant.HttpHeader
- contentType() - Method in annotation type org.sam.server.annotation.handle.DeleteMapping
-
받을 수 있는 미디어 타입
- contentType() - Method in annotation type org.sam.server.annotation.handle.GetMapping
-
받을 수 있는 미디어 타입
- contentType() - Method in annotation type org.sam.server.annotation.handle.JsonRequest
- contentType() - Method in annotation type org.sam.server.annotation.handle.PostMapping
-
받을 수 있는 미디어 타입
- contentType() - Method in annotation type org.sam.server.annotation.handle.PutMapping
-
받을 수 있는 미디어 타입
- ContentType - Enum in org.sam.server.constant
-
미디어 타입 상수
- convert(T, Class<U>) - Method in class org.sam.server.util.ModelMapper
-
인스턴스를 다른 클래스 타입으로 변환한다.
- Converter - Class in org.sam.server.util
-
요청 파라미터나 JSON을 인스턴슫로 변환하는 클래스
- Converter() - Constructor for class org.sam.server.util.Converter
- Cookie - Class in org.sam.server.http
-
HTTP 쿠키 클래스
- Cookie(String, String) - Constructor for class org.sam.server.http.Cookie
- CookieStore - Class in org.sam.server.http
-
쿠키를 관리하는 클래스
- CookieStore() - Constructor for class org.sam.server.http.CookieStore
- CREATED - org.sam.server.constant.HttpStatus
- createRequest() - Method in class org.sam.server.http.web.request.RequestParser
-
HttpRequest 혹은 HttpMultipartRequest 인스턴스를 생성한다.
- createServerSocket() - Static method in class org.sam.server.http.context.ServerSocketFactory
-
서버 소켓을 생성한다.
- createSSLServerSocket(String, String, int) - Static method in class org.sam.server.http.context.ServerSocketFactory
-
SSL 서버 소켓을 생성한다.
- CrossOrigin - Annotation Type in org.sam.server.annotation
-
허용 가능한 IP 목록을 정의한다.
- CSS - org.sam.server.constant.ContentType
- CustomModelMapper - Interface in org.sam.server.util
-
ModelMapper의 기본 기능 외에 추가로 설정할 수 있는 인터페이스
All Classes All Packages