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

S

saveTo(String) - Method in class org.sam.server.http.web.request.MultipartFile
인자로 받은 경로에 파일을 저장한다.
SERVER - org.sam.server.constant.HttpErrorType
 
ServerProperties - Class in org.sam.server.common
서버의 설정을 관리하는 클래스
ServerProperties() - Constructor for class org.sam.server.common.ServerProperties
 
ServerSocketFactory - Class in org.sam.server.http.context
 
ServerSocketFactory() - Constructor for class org.sam.server.http.context.ServerSocketFactory
 
Service - Annotation Type in org.sam.server.annotation.component
클래스에 선언 하여 해당 클래스를 빈으로 만든다.
Session - Class in org.sam.server.http
세션 정보를 담는 클래스
Session() - Constructor for class org.sam.server.http.Session
 
SessionManager - Class in org.sam.server.http
세션을 관리하는 클래스.
setAccessTime(LocalDateTime) - Method in class org.sam.server.http.Session
마지막으로 세션에 접근한 시간을 설정한다.
setAttribute(String, Object) - Method in class org.sam.server.http.Session
세션에 요소를 추가한다.
setContentMimeType(ContentType) - Method in class org.sam.server.http.web.response.HttpResponse
 
setContentMimeType(ContentType) - Method in interface org.sam.server.http.web.response.Response
응답할 미디어 타입을 설정한다.
setCreationTime(LocalDateTime) - Method in class org.sam.server.http.Session
세션의 생성 시간을 설정한다.
setDomain(String) - Method in class org.sam.server.http.Cookie
쿠키가 적용되어야 하는 호스트를 설정한다.
setHeader(String, String) - Method in class org.sam.server.http.web.response.HttpResponse
 
setHeader(String, String) - Method in interface org.sam.server.http.web.response.Response
헤더 정보를 추가한다.
setHttpOnly(boolean) - Method in class org.sam.server.http.Cookie
HTTP-only 유무를 설정한다
setMaxAge(int) - Method in class org.sam.server.http.Cookie
쿠키의 Max-Age을 설정한다.
setName(String) - Method in class org.sam.server.http.Cookie
쿠키의 이름을 설정한다.
setPath(String) - Method in class org.sam.server.http.Cookie
path를 설정한다
setSSL() - Static method in class org.sam.server.common.ServerProperties
SSL 설정을 활성화 한다.
setTimeout(int) - Method in class org.sam.server.http.Session
세션의 유효 시간을 설정한다.
setValue(String) - Method in class org.sam.server.http.Cookie
쿠키의 값을 설정한다.
start() - Static method in class org.sam.server.http.context.HttpServer
애플리케이션을 시작한다.
staticResources() - Method in class org.sam.server.http.web.response.HttpResponse
 
staticResources() - Method in interface org.sam.server.http.web.response.Response
정적 자원에 대한 처리를 한다.
StringUtils - Class in org.sam.server.util
문자열에 관련된 유틸 클래스
StringUtils() - Constructor for class org.sam.server.util.StringUtils
 
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