AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.attributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.authType(java.lang.String authType) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.body(byte[] dataBytes) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.body(byte[] dataBytes,
int offset,
int length) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.body(java.lang.String data) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.contentLength(java.lang.Long contentLength) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.contentType(java.lang.String contentType) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.contextPath(java.lang.String contextPath) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.cookies(java.util.Set<jakarta.servlet.http.Cookie> cookies) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.destroyable(boolean destroyable) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.dispatchRequestAsynchronously(boolean dispatchRequestAsynchronously) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.encoding(java.lang.String encoding) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.headers(java.util.Map<java.lang.String,java.lang.String> headers) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.inputStream(java.io.InputStream inputStream) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.isSSecure(boolean isSecure) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.localAddr(java.lang.String localAddr) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.locale(java.util.Locale locale) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.localInetSocketAddress(java.util.concurrent.Callable localAddr) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.localName(java.lang.String localName) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.localPort(int localPort) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.method(java.lang.String methodType) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.pathInfo(java.lang.String pathInfo) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.principal(java.security.Principal principal) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.queryString(java.lang.String queryString) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.queryStrings(java.util.Map<java.lang.String,java.lang.String[]> queryStrings) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.reader(java.io.Reader reader) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.remoteAddr(java.lang.String remoteAddr) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.remoteHost(java.lang.String remoteHost) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.remoteInetSocketAddress(java.util.concurrent.Callable remoteAddr) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.remotePort(int remotePort) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.request(jakarta.servlet.http.HttpServletRequest request) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.requestURI(java.lang.String requestURI) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.requestURL(java.lang.String requestURL) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.serverName(java.lang.String serverName) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.serverPort(int serverPort) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.servletPath(java.lang.String servletPath) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.session(jakarta.servlet.http.HttpSession session) |
AtmosphereRequestImpl.Builder |
AtmosphereRequestImpl.Builder.userPrincipal(java.security.Principal userPrincipal) |