Package com.sshtools.j2ssh.net
Class HttpRequest
java.lang.Object
com.sshtools.j2ssh.net.HttpHeader
com.sshtools.j2ssh.net.HttpRequest
- Version:
- $Revision: 1.12 $
- Author:
- $author$
-
Field Summary
Fields inherited from class com.sshtools.j2ssh.net.HttpHeader
begin, white_SPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBasicAuthentication
(String username, String password) void
setHeaderBegin
(String begin) Methods inherited from class com.sshtools.j2ssh.net.HttpHeader
getHeaderField, getHeaderFieldNames, getHeaderFields, getStartLine, processHeaderFields, readLine, setHeaderField, toString
-
Constructor Details
-
HttpRequest
public HttpRequest()Creates a new HttpRequest object.
-
-
Method Details
-
setHeaderBegin
- Parameters:
begin
-
-
setBasicAuthentication
- Parameters:
username
-password
-
-