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
R
- registerBean(String, T) - Method in class org.sam.server.context.BeanFactory
-
인자로 받은 인스턴스를 빈으로 만들어 저장한다.
- removeExpiredSession() - Static method in class org.sam.server.http.SessionManager
-
세션의 만료 시간을 확인 후 만료된 세션을 삭제한다.
- removeSession(String) - Static method in class org.sam.server.http.SessionManager
-
세션을 삭제한다.
- renewAccessTime() - Method in class org.sam.server.http.Session
-
최종 접근 시간을 현재 시간으로 변경한다.
- Repository - Annotation Type in org.sam.server.annotation.component
-
클래스에 선언 하여 해당 클래스를 저장소로 만든다.
- Request - Interface in org.sam.server.http.web.request
-
HTTP 요청에 대한 정보를 가지는 클래스
- RequestMapping - Annotation Type in org.sam.server.annotation.handle
-
각 HTTP Method에 관련된 어노테이션의 부모 어노테이션
- RequestParam - Annotation Type in org.sam.server.annotation.handle
-
핸들러의 파라미터에 선언하여 쿼리스트링의 값을 매핑할 수 있게 한다.
- RequestParser - Class in org.sam.server.http.web.request
-
소켓으로 부터 받은 InputStream을 읽어 Request 인스턴스를 생성하는 클래스
- RequestParser() - Constructor for class org.sam.server.http.web.request.RequestParser
- ResourcesNotFoundException - Exception in org.sam.server.context
-
요청된 정적 자원을 찾을 수 없을 시 발생한다.
- ResourcesNotFoundException(String) - Constructor for exception org.sam.server.context.ResourcesNotFoundException
- Response - Interface in org.sam.server.http.web.response
-
응답에 대한 가능을 정의 해놓은 인터페이스.
- ResponseEntity<T> - Class in org.sam.server.http.web.response
-
응답 상태 및 데이터를 포장하는 클래스.
- ResponseEntity(HttpStatus) - Constructor for class org.sam.server.http.web.response.ResponseEntity
- ResponseEntity(HttpStatus, T) - Constructor for class org.sam.server.http.web.response.ResponseEntity
- RestApi - Annotation Type in org.sam.server.annotation.handle
-
핸들러 메서드 위에 선언을 하여 API 요청을 처리할 수 있도록 한다.
- run() - Method in class org.sam.server.http.context.HttpServer
All Classes All Packages