com.sshtools.net
Class HttpResponse
java.lang.Object
com.sshtools.net.HttpHeader
com.sshtools.net.HttpResponse
- public class HttpResponse
- extends HttpHeader
Utility class to process HTTP responses.
- Author:
- Lee David Painter
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
HttpResponse
public HttpResponse(java.io.InputStream input)
throws java.io.IOException
getVersion
public java.lang.String getVersion()
getStatus
public int getStatus()
getReason
public java.lang.String getReason()
getAuthenticationMethod
public java.lang.String getAuthenticationMethod()
getAuthenticationRealm
public java.lang.String getAuthenticationRealm()
Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.