Skip navigation links
A B C D E F G H I K L M N P Q R S T U V W X 

A

AbstractServlett - Class in de.unkrig.commons.net.http.servlett
Abstract base implementation of Servlett.
AbstractServlett() - Constructor for class de.unkrig.commons.net.http.servlett.AbstractServlett
 
active(int) - Method in class de.unkrig.commons.net.ftp.FtpClient
 
ActiveSocketOutputStream - Class in de.unkrig.commons.net.stream
An OutputStream that connects to a remote server and sends all data to that server.
ActiveSocketOutputStream(InetAddress, int) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
ActiveSocketOutputStream(String, int) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
ActiveSocketOutputStream(InetSocketAddress) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
ActiveSocketOutputStream(InetSocketAddress, InetSocketAddress) - Constructor for class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
addCredentials(Collection<CustomAuthenticator.CredentialsSpec>) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator
addHeader(String, String) - Method in class de.unkrig.commons.net.http.HttpMessage
Appends another HTTP header.
addHeader(String, int) - Method in class de.unkrig.commons.net.http.HttpMessage
Appends another HTTP header.
addHeader(String, long) - Method in class de.unkrig.commons.net.http.HttpMessage
Appends another HTTP header.
addHeader(String, Date) - Method in class de.unkrig.commons.net.http.HttpMessage
Appends another HTTP header.
addHeader(String, String) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
Appends one message header to the trailer.
addParameter(String, String) - Method in class de.unkrig.commons.net.http.HttpRequest
Adds another parameter.
addParameter(String, String[]) - Method in class de.unkrig.commons.net.http.HttpRequest
Adds a multi-value parameter.
addServer(InetSocketAddress, int, NioTcpServer.ConnectionHandler) - Method in class de.unkrig.commons.net.NioTcpServer
Create a server with the specified endpoint and listen backlog.
AuthenticateHeaderParser - Class in de.unkrig.commons.net.http
 
AuthenticateHeaderParser.AuthParam - Class in de.unkrig.commons.net.http
 
AuthenticateHeaderParser.Challenge - Class in de.unkrig.commons.net.http
 
AuthenticateHeaderParser.ChallengeWithAuthParams - Class in de.unkrig.commons.net.http
 
AuthenticateHeaderParser.Token68Challenge - Class in de.unkrig.commons.net.http
 
authParams - Variable in class de.unkrig.commons.net.http.AuthenticateHeaderParser.ChallengeWithAuthParams
 
authScheme - Variable in class de.unkrig.commons.net.http.AuthenticateHeaderParser.Challenge
 
available() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 

B

body(String, Charset) - Static method in class de.unkrig.commons.net.http.HttpMessage
 
body(InputStream) - Static method in class de.unkrig.commons.net.http.HttpMessage
body(ProducerWhichThrows<InputStream, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
For the returned objects, HttpMessage.Body.string(Charset), HttpMessage.Body.inputStream() and HttpMessage.Body.write(OutputStream) will invoke in to produce an InputStream which will be read and eventually closed.
body(File) - Static method in class de.unkrig.commons.net.http.HttpMessage
 
body(ConsumerWhichThrows<OutputStream, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
 

C

call(HttpRequest) - Method in class de.unkrig.commons.net.http.HttpClient
Sends the given httpRequest to the server, waits for the response from the server.
call(HttpRequest, String, String) - Method in class de.unkrig.commons.net.http.HttpClient
Sends the given httpRequest to the server, waits for the response from the server.
changeWorkingDirectory(String) - Method in class de.unkrig.commons.net.ftp.FtpClient
Changes the remote working directory.
changeWorkingDirectory(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
changeWorkingDirectory(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
ChunkedInputStream - Class in de.unkrig.commons.net.http.io
Implementation of the "chunked transfer encoding" as defined in RFC 2616, Section 3.6.1.
ChunkedInputStream(InputStream) - Constructor for class de.unkrig.commons.net.http.io.ChunkedInputStream
 
ChunkedOutputStream - Class in de.unkrig.commons.net.http.io
Implementation of the "chunked transfer encoding" as defined in RFC 2616, Section 3.6.1.
ChunkedOutputStream(OutputStream) - Constructor for class de.unkrig.commons.net.http.io.ChunkedOutputStream
 
close() - Method in class de.unkrig.commons.net.http.HttpClient
 
close() - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
 
close() - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
This default implementation does simply nothing.
close() - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
close() - Method in class de.unkrig.commons.net.TcpClient
 
connect(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
Handles one HTTP CONNECT request.
CredentialsSpec() - Constructor for class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
CustomAuthenticator - Class in de.unkrig.commons.net.authenticator
An Authenticator that can be installed into the running JVM by calling Authenticator.setDefault(Authenticator).
CustomAuthenticator(CustomAuthenticator.CacheMode, CustomAuthenticator.StoreMode) - Constructor for class de.unkrig.commons.net.authenticator.CustomAuthenticator
 
CustomAuthenticator.CacheMode - Enum in de.unkrig.commons.net.authenticator
Whether user names, user names and passwords, or none of both are remembered while the JVM is running.
CustomAuthenticator.CredentialsSpec - Class in de.unkrig.commons.net.authenticator
A pattern that is intended to be matched against the properties of an Authenticator.
CustomAuthenticator.StoreMode - Enum in de.unkrig.commons.net.authenticator
Whether user names, user names and passwords, or none of both are persistently stored.

D

DataConnectionProxy - Class in de.unkrig.commons.net.ftp
A proxy for the FTP data connection.
DataConnectionProxy() - Constructor for class de.unkrig.commons.net.ftp.DataConnectionProxy
 
de.unkrig.commons.net - package de.unkrig.commons.net
This package contains classes and interfaces that implement generic Java™ networking capabilities, specifically a TCP server framework.
de.unkrig.commons.net.authenticator - package de.unkrig.commons.net.authenticator
Functionality around the JRE's Authenticator API.
de.unkrig.commons.net.ftp - package de.unkrig.commons.net.ftp
This package contains classes and interfaces that implement the FTP protocol, both the server and the client side.
de.unkrig.commons.net.ftp.ftplett - package de.unkrig.commons.net.ftp.ftplett
This package contains functionality around the Ftplett interface.
de.unkrig.commons.net.http - package de.unkrig.commons.net.http
This package contains classes and interfaces that implement the HTTP protocol, both the server and the client side.
de.unkrig.commons.net.http.io - package de.unkrig.commons.net.http.io
java.io-related classes that adhere closely to the HTTP protocol.
de.unkrig.commons.net.http.servlett - package de.unkrig.commons.net.http.servlett
This package contains the Servlett interface and some sample implementations.
de.unkrig.commons.net.security - package de.unkrig.commons.net.security
This package contains classes and interfaces that implement generic Java™ networking capabilities, specifically a TCP server framework.
de.unkrig.commons.net.stream - package de.unkrig.commons.net.stream
java.io streams for transferring bytes to and from a remote host.
de.unkrig.commons.net.tool.ftpmon - package de.unkrig.commons.net.tool.ftpmon
The "ftpmon" command line utility.
de.unkrig.commons.net.tool.ftpserver - package de.unkrig.commons.net.tool.ftpserver
A simple FTP server.
de.unkrig.commons.net.tool.httpd - package de.unkrig.commons.net.tool.httpd
A (very) simple HTTP server.
de.unkrig.commons.net.tool.httpproxy - package de.unkrig.commons.net.tool.httpproxy
An HTTP server that accepts connections from clients and forwards them to remote servers.
de.unkrig.commons.net.tool.nullserver - package de.unkrig.commons.net.tool.nullserver
A server that accepts connections from clients and logs the data it receives from these connections.
de.unkrig.commons.net.tool.tcpmon - package de.unkrig.commons.net.tool.tcpmon
A server that accepts connections from clients, creates another connection to a remote server for each accepted connection, and forwards all data from the client to the server and back.
de.unkrig.commons.net.tool.telnet - package de.unkrig.commons.net.tool.telnet
Creates a TCP connection to a server and forwards STDIN/STDOUT to that connection.
DEFAULT_DIALOG_LABEL - Static variable in class de.unkrig.commons.net.authenticator.CustomAuthenticator
The dialog label to take effect iff no custom label is configured through CustomAuthenticator.setDialogLabel(String).
delete(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
delete(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
destroy() - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
disableSslCertificateValidation() - Static method in class de.unkrig.commons.net.security.HttpsUrlConnections
Disables validation of client certificates, server certificates, certificate issuers and hostnames for HttpsURLConnections.
dispose() - Method in class de.unkrig.commons.net.ftp.FtpClient
Releases all resources associated with the connection to the FTP server, specifically an open data connection.
dispose() - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
Releases any resources associated with this object.

E

EMPTY_BODY - Static variable in class de.unkrig.commons.net.http.HttpMessage
Representation of an empty HTTP request/response body.
equals(Object) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
evaluate(HttpRequest, String, char[]) - Method in interface de.unkrig.commons.net.http.servlett.HttpAuthenticationServlett.UserNamePasswordPredicate
 

F

FileFtplett - Class in de.unkrig.commons.net.ftp.ftplett
An implementation of Ftplett that is based on a file directory tree.
FileFtplett(File) - Constructor for class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
FileServlett - Class in de.unkrig.commons.net.http.servlett
A Servlett that serves documents with Files.
FileServlett() - Constructor for class de.unkrig.commons.net.http.servlett.FileServlett
 
finalize() - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
flush() - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
 
followRedirects2(HttpURLConnection) - Static method in class de.unkrig.commons.net.UrlConnections
The "follow redirects" feature of HttpURLConnection doesn't support "cross-protocol" redirects, e.g.
fromCode(int) - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
FtpClient - Class in de.unkrig.commons.net.ftp
An FTP client.
FtpClient(InputStream, OutputStream, InetAddress) - Constructor for class de.unkrig.commons.net.ftp.FtpClient
 
Ftplett - Interface in de.unkrig.commons.net.ftp.ftplett
Defines the semantics of the FTP protocol, in analogy with the Servlett.
FtpReverseProxy - Class in de.unkrig.commons.net.ftp
A reverse FTP proxy.
FtpReverseProxy(InetSocketAddress, int, InetSocketAddress, int) - Constructor for class de.unkrig.commons.net.ftp.FtpReverseProxy
 
FtpServer - Class in de.unkrig.commons.net.ftp
See RFC 959: "FILE TRANSFER PROTOCOL (FTP)"
FtpServer(InetSocketAddress, int, Ftplett) - Constructor for class de.unkrig.commons.net.ftp.FtpServer
This FtpServer will accept connections and run a new FtpSession with the given Ftplett.
FtpSession - Class in de.unkrig.commons.net.ftp
Representation of one FTP session, i.e. control connection and its state.
FtpSession(InputStream, OutputStream, InetSocketAddress, InetAddress, Ftplett) - Constructor for class de.unkrig.commons.net.ftp.FtpSession
 

G

get(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
Handles one HTTP GET request.
get(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.FileServlett
 
getCharset() - Method in class de.unkrig.commons.net.http.HttpMessage
Determines the charset from the "Content-Type" header.
getCode() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
getDateHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
 
getEndpointAddress() - Method in class de.unkrig.commons.net.http.HttpProxy
 
getEndpointAddress() - Method in class de.unkrig.commons.net.http.HttpServer
Deprecated.
 
getEndpointAddress() - Method in class de.unkrig.commons.net.ReverseProxy
 
getEndpointAddress() - Method in class de.unkrig.commons.net.TcpServer
Returns the address and port of the actual endpoint, which may differ from the endpoint given to TcpServer.TcpServer(InetSocketAddress, int, ConnectionHandler)
getEndpointAddress() - Method in class de.unkrig.commons.net.tool.httpd.Httpd
The address and the actual port that this Httpd is bound to.
getFile(HttpRequest) - Method in class de.unkrig.commons.net.http.servlett.FileServlett
Translates an HTTP request (typically the URI of the HTTP request) into a File.
getHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
 
getHeaders(String) - Method in class de.unkrig.commons.net.http.HttpMessage
 
getHeaders() - Method in class de.unkrig.commons.net.http.HttpMessage
The returned list is backed by the HttpMessage!
getHttpVersion() - Method in class de.unkrig.commons.net.http.HttpRequest
 
getInputStream() - Method in class de.unkrig.commons.net.TcpClient
 
getIntHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
 
getLongHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
 
getMethod() - Method in class de.unkrig.commons.net.http.HttpRequest
 
getModificationTime(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
getModificationTime(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
getName() - Method in class de.unkrig.commons.net.http.MessageHeader
 
getOrPost(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
getOrPost(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.SimpleServlett
 
getOutputStream() - Method in class de.unkrig.commons.net.TcpClient
 
getParameter(String) - Method in class de.unkrig.commons.net.http.HttpRequest
 
getParameter(String) - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
 
getParameterList() - Method in class de.unkrig.commons.net.http.HttpRequest
 
getPasswordAuthentication() - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator
 
getReasonPhrase() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
getRemoteSocketAddress() - Method in class de.unkrig.commons.net.TcpClient
 
getServletts() - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
getSslContext(KeyStore, char[], String) - Static method in class de.unkrig.commons.net.security.KeyStores
Creates and returns an SSLContext from the keyStore and the serverAlias.
getStatus() - Method in class de.unkrig.commons.net.http.HttpResponse
 
getToken() - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
 
getUri() - Method in class de.unkrig.commons.net.http.HttpRequest
 
getValue() - Method in class de.unkrig.commons.net.http.MessageHeader
 
getWorkingDirectory() - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
getWorkingDirectory() - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 

H

handleConnection(InputStream, OutputStream, InetSocketAddress, InetSocketAddress, Stoppable) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
This one is called from the TcpServer.
handleConnection(ReadableByteChannel, WritableByteChannel, InetSocketAddress, InetSocketAddress, Multiplexer, Stoppable) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
This one is called from the NioHttpServer.
handleConnection(ReadableByteChannel, WritableByteChannel, InetSocketAddress, InetSocketAddress, Multiplexer, Stoppable) - Method in interface de.unkrig.commons.net.NioTcpServer.ConnectionHandler
A connection was accepted; use the multiplexer to wait until in, out or some other SelectableChannel becomes readable or writable.
handleConnection(InputStream, OutputStream, InputStream, OutputStream, InetSocketAddress, InetSocketAddress, InetSocketAddress, InetSocketAddress, Stoppable) - Method in interface de.unkrig.commons.net.ReverseProxy.ProxyConnectionHandler
This method is invoked when the ReverseProxy has accepted a connection from a client and created the connection to the remote server.
handleConnection(InputStream, OutputStream, InetSocketAddress, InetSocketAddress, Stoppable) - Method in interface de.unkrig.commons.net.TcpServer.ConnectionHandler
The input stream is readable; consume and process one request from it.
handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.HttpAuthenticationServlett
 
handleRequest(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in interface de.unkrig.commons.net.http.servlett.Servlett
Processes one HTTP request.
hasBody() - Method in enum de.unkrig.commons.net.http.HttpRequest.Method
 
hasBody() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
hashCode() - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
head(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
Handles one HTTP HEAD request.
head(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.FileServlett
 
HTTP_DEFAULT_CHARSET - Static variable in class de.unkrig.commons.net.UrlConnections
The charset that applies if the HTTP "Content-Type:" header is missing or has no "charset" parameter.
HttpAuthenticationServlett<EX extends Exception> - Class in de.unkrig.commons.net.http.servlett
A Servlett that processes the AUTHENTICATION information in the HTTp request, and passes control to the next servlett iff authentication is successfully completed.
HttpAuthenticationServlett(String, HttpAuthenticationServlett.UserNamePasswordPredicate<EX>) - Constructor for class de.unkrig.commons.net.http.servlett.HttpAuthenticationServlett
 
HttpAuthenticationServlett.UserNamePasswordPredicate<EX extends Throwable> - Interface in de.unkrig.commons.net.http.servlett
 
HttpClient - Class in de.unkrig.commons.net.http
Implementation of an HTTP client.
HttpClient(String, int) - Constructor for class de.unkrig.commons.net.http.HttpClient
 
HttpClient(InetAddress, int) - Constructor for class de.unkrig.commons.net.http.HttpClient
Connects to the given address and port.
HttpClientConnectionHandler - Class in de.unkrig.commons.net.http
A container for Servletts that handle requests that are received from a client connection.
HttpClientConnectionHandler() - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
HttpClientConnectionHandler(String, String) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
HttpClientConnectionHandler(Servlett) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
HttpClientConnectionHandler(Servlett, String, String) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
HttpClientConnectionHandler(Iterable<Servlett>) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
HttpClientConnectionHandler(Iterable<Servlett>, String, String) - Constructor for class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
Httpd - Class in de.unkrig.commons.net.tool.httpd
A VERY simple HTTP server that serves contents from a "document root" directory.
Httpd(InetSocketAddress, String) - Constructor for class de.unkrig.commons.net.tool.httpd.Httpd
Accepts connections on the endpoint; responds each received request with the contents of the file designated by the documentRootDirectoryNamePattern/path, where the placeholder "{path}" is substituted with the "path" component of the requested URI.
Httpd(InetSocketAddress, SSLContext, String) - Constructor for class de.unkrig.commons.net.tool.httpd.Httpd
Accepts secure (HTTPS) connections on the endpoint; responds each received request with the contents of the file designated by the documentRootDirectoryNamePattern/path, where the placeholder "{path}" is substituted with the "path" component of the requested URI.
HttpMessage - Class in de.unkrig.commons.net.http
Representation of an HTTP request or response.
HttpMessage(boolean) - Constructor for class de.unkrig.commons.net.http.HttpMessage
Constructor for outgoing messages.
HttpMessage(InputStream, boolean, HttpMessage.HasBody) - Constructor for class de.unkrig.commons.net.http.HttpMessage
Constructor for incoming messages.
HttpMessage(InputStream, boolean, HttpMessage.HasBody, String) - Constructor for class de.unkrig.commons.net.http.HttpMessage
Constructor for incoming messages.
HttpMessage.Body - Interface in de.unkrig.commons.net.http
The life cycle of a HttpMessage.Body is as follows: Create the object by calling one of the following methods: HttpMessage.body(String, Charset) HttpMessage.body(InputStream) HttpMessage.body(File) HttpMessage.body(ConsumerWhichThrows) Call exactly one of the following methods: HttpMessage.Body.string(Charset) HttpMessage.Body.inputStream() HttpMessage.Body.write(OutputStream) HttpMessage.Body.dispose() Call HttpMessage.Body.dispose() as many times as you want Otherwise, a resource leak will occur.
HttpMessage.HasBody - Enum in de.unkrig.commons.net.http
 
HttpProxy - Class in de.unkrig.commons.net.http
Implementation of a simple HTTP proxy.
HttpProxy(InetSocketAddress, InetSocketAddress) - Constructor for class de.unkrig.commons.net.http.HttpProxy
 
HttpProxy(InetSocketAddress, String, int) - Constructor for class de.unkrig.commons.net.http.HttpProxy
 
HttpProxy(InetSocketAddress, InetSocketAddress, TransformerWhichThrows<? super HttpRequest, HttpRequest, IOException>, TransformerWhichThrows<? super HttpResponse, HttpResponse, IOException>) - Constructor for class de.unkrig.commons.net.http.HttpProxy
 
HttpProxy(InetSocketAddress, String, int, TransformerWhichThrows<? super HttpRequest, HttpRequest, IOException>, TransformerWhichThrows<? super HttpResponse, HttpResponse, IOException>) - Constructor for class de.unkrig.commons.net.http.HttpProxy
 
HttpRequest - Class in de.unkrig.commons.net.http
Representation of an HTTP request.
HttpRequest(HttpRequest.Method, URI, String, InputStream) - Constructor for class de.unkrig.commons.net.http.HttpRequest
 
HttpRequest(HttpRequest.Method, URI, String, InputStream, String) - Constructor for class de.unkrig.commons.net.http.HttpRequest
 
HttpRequest(HttpRequest.Method, URI, String) - Constructor for class de.unkrig.commons.net.http.HttpRequest
 
HttpRequest.Method - Enum in de.unkrig.commons.net.http
Representation of the various HTTP methods.
HttpResponse - Class in de.unkrig.commons.net.http
Representation of one HTTP response.
HttpResponse(InputStream) - Constructor for class de.unkrig.commons.net.http.HttpResponse
Constructor for outgoing responses.
HttpResponse(HttpResponse.Status, String) - Constructor for class de.unkrig.commons.net.http.HttpResponse
Constructor for outgoing responses.
HttpResponse(HttpResponse.Status, InputStream) - Constructor for class de.unkrig.commons.net.http.HttpResponse
Constructor for outgoing responses.
HttpResponse(HttpResponse.Status, File) - Constructor for class de.unkrig.commons.net.http.HttpResponse
Constructor for outgoing responses.
HttpResponse(HttpResponse.Status, HttpMessage.Body) - Constructor for class de.unkrig.commons.net.http.HttpResponse
Constructor for outgoing responses.
HttpResponse.Status - Enum in de.unkrig.commons.net.http
Representation of the various HTTP response statuses.
HttpServer - Class in de.unkrig.commons.net.http
Deprecated.
HttpServer(InetSocketAddress, HttpClientConnectionHandler) - Constructor for class de.unkrig.commons.net.http.HttpServer
Deprecated.
This HttpServer will accept connections on the endpoint and will handle each with the httpClientConnectionHandler.
HttpServer(InetSocketAddress, SSLContext, HttpClientConnectionHandler) - Constructor for class de.unkrig.commons.net.http.HttpServer
Deprecated.
This HttpServer will accept secure (HTTPS) connections on the endpoint and will handle each with the httpClientConnectionHandler.
HttpsUrlConnections - Class in de.unkrig.commons.net.security
Utility functionality related to HttpsURLConnections.

I

inputStream() - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
The caller is responsible for closing the returned InputStream.
InvalidHttpMessageException - Exception in de.unkrig.commons.net.http
An IOException that indicates an ill-formed HTTp request or response.
InvalidHttpMessageException(String) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
 
InvalidHttpMessageException(Throwable) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
 
InvalidHttpMessageException(String, Throwable) - Constructor for exception de.unkrig.commons.net.http.InvalidHttpMessageException
 
isDestroyed() - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
 
isInformational() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
isProvisional() - Method in class de.unkrig.commons.net.http.HttpResponse
 

K

KeyStores - Class in de.unkrig.commons.net.security
Utility functionality in the context of JVM "key stores".

L

list(String, ConsumerWhichThrows<String, IOException>) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
list(String, ConsumerWhichThrows<String, IOException>) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
loadKeyStore(File, char[]) - Static method in class de.unkrig.commons.net.security.KeyStores
Loads and returns the given keyStoreFile (or the JVM's default keystore file).
login(String, String) - Method in class de.unkrig.commons.net.ftp.FtpClient
Logs in to the remote FTP server.

M

Main - Class in de.unkrig.commons.net.tool.ftpmon
The FTPMON command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.ftpmon.Main
 
Main - Class in de.unkrig.commons.net.tool.ftpserver
The FTPSERVER command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.ftpserver.Main
 
Main - Class in de.unkrig.commons.net.tool.httpd
The HTTPD command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.httpd.Main
 
Main - Class in de.unkrig.commons.net.tool.httpproxy
The HTTPPROXY command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.httpproxy.Main
 
Main - Class in de.unkrig.commons.net.tool.nullserver
The NULLSERVER commandline utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.nullserver.Main
 
Main - Class in de.unkrig.commons.net.tool.tcpmon
The TCPMON command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.tcpmon.Main
 
Main - Class in de.unkrig.commons.net.tool.telnet
The TELNET command line utility.
main(String[]) - Static method in class de.unkrig.commons.net.tool.telnet.Main
 
mark(int) - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
markSupported() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
MessageHeader - Class in de.unkrig.commons.net.http
Representation of an HTTP header.
MessageHeader(String, String) - Constructor for class de.unkrig.commons.net.http.MessageHeader
 

N

name - Variable in class de.unkrig.commons.net.http.AuthenticateHeaderParser.AuthParam
 
nameList(String, ConsumerWhichThrows<String, IOException>) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
nameList(String, ConsumerWhichThrows<String, IOException>) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
NioHttpServer - Class in de.unkrig.commons.net.http
Implementation of an HTTP server.
NioHttpServer(InetSocketAddress, HttpClientConnectionHandler) - Constructor for class de.unkrig.commons.net.http.NioHttpServer
Accepts connections on the endpoint; obtains a new Servlett from the httpClientConnectionHandlerFactory for each accepted connection, and then calls Servlett.handleRequest(HttpRequest, de.unkrig.commons.lang.protocol.ConsumerWhichThrows) for each received request.
NioTcpServer - Class in de.unkrig.commons.net
A runnable that accepts TCP connections on a given interface/port and passes them to a NioTcpServer.ConnectionHandler.
NioTcpServer() - Constructor for class de.unkrig.commons.net.NioTcpServer
 
NioTcpServer.ConnectionHandler - Interface in de.unkrig.commons.net
Represents a TCP connection to a remote peer (e.g. a server or a client).
NO_BODY - Static variable in class de.unkrig.commons.net.http.HttpMessage
Representation of a non-existent HTTP request/response body.

P

ParametrizedHeaderValue - Class in de.unkrig.commons.net.http
Parser for a "parametrized value" as defined in several HTTP-related RFCs.
ParametrizedHeaderValue(String) - Constructor for class de.unkrig.commons.net.http.ParametrizedHeaderValue
 
parse(String) - Static method in class de.unkrig.commons.net.http.AuthenticateHeaderParser
Parses the content of an Authenticate or Proxy-Authenticate HTTP Header.
passive() - Method in class de.unkrig.commons.net.ftp.FtpClient
Switches fro ACTIVE to PASSIVE mode.
PassiveSocketOutputStream - Class in de.unkrig.commons.net.stream
An OutputStream that accepts connections from remote clients and sends the data to all connected clients.
PassiveSocketOutputStream(int) - Constructor for class de.unkrig.commons.net.stream.PassiveSocketOutputStream
 
PassiveSocketOutputStream(InetSocketAddress) - Constructor for class de.unkrig.commons.net.stream.PassiveSocketOutputStream
 
post(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
Handles one HTTP POST request.
processRequests(InputStream, OutputStream, Stoppable) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
Processes HTTP requests from the client until the connection breaks.
put(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.AbstractServlett
Handles one HTTP PUT request.
put(HttpRequest, ConsumerWhichThrows<HttpResponse, IOException>) - Method in class de.unkrig.commons.net.http.servlett.FileServlett
 

Q

quoteUriPath(String) - Static method in class de.unkrig.commons.net.Urls
 

R

read(InputStream) - Static method in class de.unkrig.commons.net.http.HttpRequest
Parses and returns one HTTP request from the given InputStream.
read(InputStream, String) - Static method in class de.unkrig.commons.net.http.HttpRequest
Parses and returns one HTTP request from the given InputStream.
read(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<HttpRequest, IOException>) - Static method in class de.unkrig.commons.net.http.HttpRequest
Reads one HTTP request from in through the multiplexer and passes it to the requestConsumer.
read(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<HttpRequest, IOException>, String) - Static method in class de.unkrig.commons.net.http.HttpRequest
Reads one HTTP request from in through the multiplexer and passes it to the requestConsumer.
read(InputStream, String, HttpRequest.Method) - Static method in class de.unkrig.commons.net.http.HttpResponse
Constructor for incoming responses.
read(InputStream, String, HttpRequest.Method, String) - Static method in class de.unkrig.commons.net.http.HttpResponse
Constructor for incoming responses.
read() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
read(byte[], int, int) - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
readBody(ReadableByteChannel, Multiplexer, RunnableWhichThrows<IOException>, String) - Method in class de.unkrig.commons.net.http.HttpMessage
Reads the body contents of this message into a buffer (depending on the 'Content-Length' and 'Transfer-Encoding' headers).
readHeaders(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<List<MessageHeader>, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
Reads HTTP headers up to and including the terminating empty line.
readHeaders(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<List<MessageHeader>, IOException>, String) - Static method in class de.unkrig.commons.net.http.HttpMessage
Reads HTTP headers up to and including the terminating empty line.
readLine(InputStream) - Static method in class de.unkrig.commons.net.http.HttpMessage
 
readLine(ReadableByteChannel, Multiplexer, ConsumerWhichThrows<String, IOException>) - Static method in class de.unkrig.commons.net.http.HttpMessage
Reads one HTTP request from in through the multiplexer and passes it to the requestConsumer.
redirect(String) - Static method in class de.unkrig.commons.net.http.HttpResponse
 
removeBody() - Method in class de.unkrig.commons.net.http.HttpMessage
Removes the body from this HttpMessage for analysis or modification.
removeHeader(String) - Method in class de.unkrig.commons.net.http.HttpMessage
Remove all headers with the given name.
removeParameter(String) - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
Removes the given parameter if it exists.
rename(String, String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
rename(String, String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
reset() - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
response(HttpResponse.Status) - Static method in class de.unkrig.commons.net.http.HttpResponse
 
response(HttpResponse.Status, String) - Static method in class de.unkrig.commons.net.http.HttpResponse
 
response(HttpResponse.Status, InputStream) - Static method in class de.unkrig.commons.net.http.HttpResponse
 
response(HttpResponse.Status, HttpMessage.Body) - Static method in class de.unkrig.commons.net.http.HttpResponse
 
retrieve(String) - Method in class de.unkrig.commons.net.ftp.FtpClient
The caller is responsible for closing the returned InputStream.
retrieve(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
retrieve(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
ReverseProxy - Class in de.unkrig.commons.net
A server that accepts connections from clients on a local port/bind address, and, for each accepted connection, establishes another connection to a remote port/address, and then invokes a ReverseProxy.ProxyConnectionHandler.
ReverseProxy(InetSocketAddress, int, InetSocketAddress, Proxy, int, ReverseProxy.ProxyConnectionHandler) - Constructor for class de.unkrig.commons.net.ReverseProxy
 
ReverseProxy.ProxyConnectionHandler - Interface in de.unkrig.commons.net
 
run() - Method in class de.unkrig.commons.net.ftp.FtpReverseProxy
 
run() - Method in class de.unkrig.commons.net.ftp.FtpServer
 
run() - Method in class de.unkrig.commons.net.ftp.FtpSession
 
run() - Method in class de.unkrig.commons.net.http.HttpProxy
 
run() - Method in class de.unkrig.commons.net.http.HttpServer
Deprecated.
 
run() - Method in class de.unkrig.commons.net.ReverseProxy
 
run() - Method in class de.unkrig.commons.net.TcpServer
 
run() - Method in class de.unkrig.commons.net.tool.httpd.Httpd
 

S

selectServerAlias(X509KeyManager, String) - Static method in class de.unkrig.commons.net.X509Util
 
Servlett - Interface in de.unkrig.commons.net.http.servlett
An entity that handles HTTP requests, similar to an JEE servlet.
setAttemptUnstreaming(boolean) - Method in class de.unkrig.commons.net.http.HttpMessage
 
setBody(HttpMessage.Body) - Method in class de.unkrig.commons.net.http.HttpMessage
Disposes the current body of this message and adopts the given HttpMessage.Body object as the new body.
setDataConnectionAcceptTimeout(int) - Method in class de.unkrig.commons.net.ftp.FtpClient
 
setDeny(boolean) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
If set to true, then CustomAuthenticator.CredentialsSpec.setUserName(String) and CustomAuthenticator.CredentialsSpec.setPassword(char[]) are ignored, and authentication is denied for this spec.
setDialogLabel(String) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator
The text of the label in the authentication dialog, in MessageFormat format.
setHeader(String, String) - Method in class de.unkrig.commons.net.http.HttpMessage
Changes the value of the first header with the given name, or adds a new header.
setHeader(String, int) - Method in class de.unkrig.commons.net.http.HttpMessage
Changes the value of the first header with the given name.
setHeader(String, long) - Method in class de.unkrig.commons.net.http.HttpMessage
Changes the value of the first header with the given name.
setHeader(String, Date) - Method in class de.unkrig.commons.net.http.HttpMessage
Changes the value of the first header with the given name.
setHttpVersion(String) - Method in class de.unkrig.commons.net.http.HttpRequest
Changes the HTTP version of this request.
setLocalPortRange(int, int) - Static method in class de.unkrig.commons.net.ftp.DataConnectionProxy
Defines the port that will be used for the server socket for all data connection proxies.
setMethod(HttpRequest.Method) - Method in class de.unkrig.commons.net.http.HttpRequest
Changes the HTTP method of this request.
setName(String) - Method in class de.unkrig.commons.net.http.MessageHeader
Changes the header's name.
setParameter(String, String) - Method in class de.unkrig.commons.net.http.HttpRequest
Removes all parameters with the given name and adds another parameter.
setParameter(String, String[]) - Method in class de.unkrig.commons.net.http.HttpRequest
Removes all parameters with the given name and adds another multi-value parameter.
setParameter(String, String) - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
Adds the given parameter, or changes the value of an existing parameter with that name.
setParameterList(Iterable<Map.Entry<String, String>>) - Method in class de.unkrig.commons.net.http.HttpRequest
Changes this HTTP request's parameters.
setPassword(char[]) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The password to use iff this <credentials> element matches.
setRequestingHost(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against the hostname of the site or proxy.
setRequestingPort(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against "the port number for the requested connection".
setRequestingPrompt(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against "the prompt string given by the requestor (the "realm" for HTTP authentication)".
setRequestingProtocol(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against "the protocol that's requesting the connection".
setRequestingScheme(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against "the scheme of the requestor".
setRequestingSite(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against the InetAddress of the site.
setRequestingUrl(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The pattern to match against "the URL that resulted in this request for authentication".
setRequestorType(Pattern) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
Whether the requestor is a Proxy or a Server.
setServlett(Servlett) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
Clears the set of currently registerd Servletts and registers the given servlett.
setServletts(Iterable<Servlett>) - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
Clears the set of currently registerd Servletts and registers the given servletts.
setUri(URI) - Method in class de.unkrig.commons.net.http.HttpRequest
Changes the URI of this HTTP request.
setUserName(String) - Method in class de.unkrig.commons.net.authenticator.CustomAuthenticator.CredentialsSpec
The user name to use iff this <credentials> element matches.
setValue(String) - Method in class de.unkrig.commons.net.http.MessageHeader
Changes the header's value.
SimpleServlett - Class in de.unkrig.commons.net.http.servlett
A very simple servlett that answers all requests with a preconfigured response.
SimpleServlett(HttpResponse.Status, String, String) - Constructor for class de.unkrig.commons.net.http.servlett.SimpleServlett
 
skip(long) - Method in class de.unkrig.commons.net.http.io.ChunkedInputStream
 
start(InetAddress, InetSocketAddress) - Method in class de.unkrig.commons.net.ftp.DataConnectionProxy
Finds a free port on the given local interface and creates a server socket.
start(int) - Method in class de.unkrig.commons.net.http.NioHttpServer
 
start(int) - Method in class de.unkrig.commons.net.NioTcpServer
Starts this server.
stop() - Method in class de.unkrig.commons.net.ftp.FtpServer
 
stop() - Method in class de.unkrig.commons.net.http.HttpClientConnectionHandler
 
stop() - Method in class de.unkrig.commons.net.http.HttpProxy
 
stop() - Method in class de.unkrig.commons.net.http.HttpServer
Deprecated.
 
stop() - Method in class de.unkrig.commons.net.http.NioHttpServer
 
stop() - Method in class de.unkrig.commons.net.NioTcpServer
 
stop() - Method in class de.unkrig.commons.net.ReverseProxy
 
stop() - Method in class de.unkrig.commons.net.TcpServer
 
stop() - Method in class de.unkrig.commons.net.tool.httpd.Httpd
Will stop the accepting connections from the server socket, close the server socket, and cause Httpd.run() to return as quickly as possible.
store(String) - Method in class de.unkrig.commons.net.ftp.ftplett.FileFtplett
 
store(String) - Method in interface de.unkrig.commons.net.ftp.ftplett.Ftplett
 
string(Charset) - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
 

T

TcpClient - Class in de.unkrig.commons.net
A very thin wrapper around Socket.Socket(InetAddress, int).
TcpClient(String, int) - Constructor for class de.unkrig.commons.net.TcpClient
 
TcpClient(InetAddress, int) - Constructor for class de.unkrig.commons.net.TcpClient
Connects to the given address and port.
TcpServer - Class in de.unkrig.commons.net
A runnable that accepts TCP connections on a given interface/port and passes them to a TcpServer.ConnectionHandler.
TcpServer(InetSocketAddress, int, TcpServer.ConnectionHandler) - Constructor for class de.unkrig.commons.net.TcpServer
Creates a (non-secure) server with the specified endpoint and listen backlog.
TcpServer(InetSocketAddress, int, SSLContext, TcpServer.ConnectionHandler) - Constructor for class de.unkrig.commons.net.TcpServer
Creates a secure server with the specified endpoint and listen backlog.
TcpServer.ConnectionHandler - Interface in de.unkrig.commons.net
Represents a TCP connection to a remote peer (e.g. a server or a client).
toException(HttpURLConnection, Throwable) - Static method in class de.unkrig.commons.net.UrlConnections
 
token68 - Variable in class de.unkrig.commons.net.http.AuthenticateHeaderParser.Token68Challenge
 
toString() - Method in enum de.unkrig.commons.net.http.HttpResponse.Status
 
toString() - Method in class de.unkrig.commons.net.http.MessageHeader
 
toString() - Method in class de.unkrig.commons.net.http.ParametrizedHeaderValue
 

U

UrlConnections - Class in de.unkrig.commons.net
Utility methods related to URLConnection.
Urls - Class in de.unkrig.commons.net
Helper functionality in the context of URL and URI.

V

value - Variable in class de.unkrig.commons.net.http.AuthenticateHeaderParser.AuthParam
 
valueOf(String) - Static method in enum de.unkrig.commons.net.authenticator.CustomAuthenticator.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.unkrig.commons.net.authenticator.CustomAuthenticator.StoreMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.unkrig.commons.net.http.HttpMessage.HasBody
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.unkrig.commons.net.http.HttpRequest.Method
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.unkrig.commons.net.authenticator.CustomAuthenticator.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.unkrig.commons.net.authenticator.CustomAuthenticator.StoreMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.unkrig.commons.net.http.HttpMessage.HasBody
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.unkrig.commons.net.http.HttpRequest.Method
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum de.unkrig.commons.net.http.HttpResponse.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(OutputStream) - Method in interface de.unkrig.commons.net.http.HttpMessage.Body
Writes the contents of the body to the given stream.
write(OutputStream) - Method in class de.unkrig.commons.net.http.HttpRequest
Writes this HTTP request to the given OutputStream.
write(OutputStream, String) - Method in class de.unkrig.commons.net.http.HttpRequest
Writes this HTTP request to the given OutputStream.
write(OutputStream) - Method in class de.unkrig.commons.net.http.HttpResponse
Writes this HTTP response to the given OutputStream.
write(OutputStream, String) - Method in class de.unkrig.commons.net.http.HttpResponse
Writes this HTTP response to the given OutputStream.
write(int) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class de.unkrig.commons.net.http.io.ChunkedOutputStream
 
write(int) - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
write(byte[], int, int) - Method in class de.unkrig.commons.net.stream.ActiveSocketOutputStream
 
write(int) - Method in class de.unkrig.commons.net.stream.PassiveSocketOutputStream
 
write(byte[], int, int) - Method in class de.unkrig.commons.net.stream.PassiveSocketOutputStream
 
writeHeadersAndBody(OutputStream) - Method in class de.unkrig.commons.net.http.HttpMessage
Writes this message's headers and body to the given OutputStream.
writeHeadersAndBody(String, OutputStream) - Method in class de.unkrig.commons.net.http.HttpMessage
Writes this message's headers and body to the given OutputStream.

X

X509Util - Class in de.unkrig.commons.net
Various utility methods related to X509.
A B C D E F G H I K L M N P Q R S T U V W X 
Skip navigation links

Copyright © 2018 Arno Unkrig. All rights reserved.