Java Doc for HttpsURLConnection.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » luni » internal » net » www » protocol » https » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Apache Harmony Java SE » org package » org.apache.harmony.luni.internal.net.www.protocol.https 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.net.HttpURLConnection
   org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
      javax.net.ssl.HttpsURLConnection
         org.apache.harmony.luni.internal.net.www.protocol.https.HttpsURLConnection

HttpsURLConnection
public class HttpsURLConnection extends javax.net.ssl.HttpsURLConnection (Code)
HttpsURLConnection implementation.



Constructor Summary
protected  HttpsURLConnection(URL url, int port)
    
protected  HttpsURLConnection(URL url, int port, Proxy proxy)
    

Method Summary
public  voidaddRequestProperty(String field, String newValue)
    
public  voidconnect()
    
public  voiddisconnect()
    
public  booleangetAllowUserInteraction()
    
public  StringgetCipherSuite()
    
public  intgetConnectTimeout()
    
public  ObjectgetContent()
    
public  ObjectgetContent(Class[] types)
    
public  StringgetContentEncoding()
    
public  intgetContentLength()
    
public  StringgetContentType()
    
public  longgetDate()
    
public  booleangetDefaultUseCaches()
    
public  booleangetDoInput()
    
public  booleangetDoOutput()
    
public  InputStreamgetErrorStream()
    
public  longgetExpiration()
    
public  StringgetHeaderField(int pos)
    
public  StringgetHeaderField(String key)
    
public  longgetHeaderFieldDate(String field, long defaultValue)
    
public  intgetHeaderFieldInt(String field, int defaultValue)
    
public  StringgetHeaderFieldKey(int posn)
    
public  Map<String, List<String>>getHeaderFields()
    
public  longgetIfModifiedSince()
    
public  InputStreamgetInputStream()
    
public  booleangetInstanceFollowRedirects()
    
public  longgetLastModified()
    
public  Certificate[]getLocalCertificates()
    
public  PrincipalgetLocalPrincipal()
    
public  OutputStreamgetOutputStream()
    
public  PrincipalgetPeerPrincipal()
    
public  PermissiongetPermission()
    
public  intgetReadTimeout()
    
public  StringgetRequestMethod()
    
public  Map<String, List<String>>getRequestProperties()
    
public  StringgetRequestProperty(String field)
    
public  intgetResponseCode()
    
public  StringgetResponseMessage()
    
public  Certificate[]getServerCertificates()
    
public  URLgetURL()
    
public  booleangetUseCaches()
    
public  voidsetAllowUserInteraction(boolean newValue)
    
public  voidsetConnectTimeout(int timeout)
    
public  voidsetDefaultUseCaches(boolean newValue)
    
public  voidsetDoInput(boolean newValue)
    
public  voidsetDoOutput(boolean newValue)
    
public  voidsetIfModifiedSince(long newValue)
    
public  voidsetInstanceFollowRedirects(boolean followRedirects)
    
public  voidsetReadTimeout(int timeout)
    
public  voidsetRequestMethod(String method)
    
public  voidsetRequestProperty(String field, String newValue)
    
public  voidsetUseCaches(boolean newValue)
    
public  StringtoString()
    
public  booleanusingProxy()
    


Constructor Detail
HttpsURLConnection
protected HttpsURLConnection(URL url, int port)(Code)



HttpsURLConnection
protected HttpsURLConnection(URL url, int port, Proxy proxy)(Code)




Method Detail
addRequestProperty
public void addRequestProperty(String field, String newValue)(Code)



connect
public void connect() throws IOException(Code)



disconnect
public void disconnect()(Code)



getAllowUserInteraction
public boolean getAllowUserInteraction()(Code)



getCipherSuite
public String getCipherSuite()(Code)



getConnectTimeout
public int getConnectTimeout()(Code)



getContent
public Object getContent() throws IOException(Code)



getContent
public Object getContent(Class[] types) throws IOException(Code)



getContentEncoding
public String getContentEncoding()(Code)



getContentLength
public int getContentLength()(Code)



getContentType
public String getContentType()(Code)



getDate
public long getDate()(Code)



getDefaultUseCaches
public boolean getDefaultUseCaches()(Code)



getDoInput
public boolean getDoInput()(Code)



getDoOutput
public boolean getDoOutput()(Code)



getErrorStream
public InputStream getErrorStream()(Code)



getExpiration
public long getExpiration()(Code)



getHeaderField
public String getHeaderField(int pos)(Code)



getHeaderField
public String getHeaderField(String key)(Code)



getHeaderFieldDate
public long getHeaderFieldDate(String field, long defaultValue)(Code)



getHeaderFieldInt
public int getHeaderFieldInt(String field, int defaultValue)(Code)



getHeaderFieldKey
public String getHeaderFieldKey(int posn)(Code)



getHeaderFields
public Map<String, List<String>> getHeaderFields()(Code)



getIfModifiedSince
public long getIfModifiedSince()(Code)



getInputStream
public InputStream getInputStream() throws IOException(Code)



getInstanceFollowRedirects
public boolean getInstanceFollowRedirects()(Code)



getLastModified
public long getLastModified()(Code)



getLocalCertificates
public Certificate[] getLocalCertificates()(Code)



getLocalPrincipal
public Principal getLocalPrincipal()(Code)



getOutputStream
public OutputStream getOutputStream() throws IOException(Code)



getPeerPrincipal
public Principal getPeerPrincipal() throws SSLPeerUnverifiedException(Code)



getPermission
public Permission getPermission() throws IOException(Code)



getReadTimeout
public int getReadTimeout()(Code)



getRequestMethod
public String getRequestMethod()(Code)



getRequestProperties
public Map<String, List<String>> getRequestProperties()(Code)



getRequestProperty
public String getRequestProperty(String field)(Code)



getResponseCode
public int getResponseCode() throws IOException(Code)



getResponseMessage
public String getResponseMessage() throws IOException(Code)



getServerCertificates
public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException(Code)



getURL
public URL getURL()(Code)



getUseCaches
public boolean getUseCaches()(Code)



setAllowUserInteraction
public void setAllowUserInteraction(boolean newValue)(Code)



setConnectTimeout
public void setConnectTimeout(int timeout)(Code)



setDefaultUseCaches
public void setDefaultUseCaches(boolean newValue)(Code)



setDoInput
public void setDoInput(boolean newValue)(Code)



setDoOutput
public void setDoOutput(boolean newValue)(Code)



setIfModifiedSince
public void setIfModifiedSince(long newValue)(Code)



setInstanceFollowRedirects
public void setInstanceFollowRedirects(boolean followRedirects)(Code)



setReadTimeout
public void setReadTimeout(int timeout)(Code)



setRequestMethod
public void setRequestMethod(String method) throws ProtocolException(Code)



setRequestProperty
public void setRequestProperty(String field, String newValue)(Code)



setUseCaches
public void setUseCaches(boolean newValue)(Code)



toString
public String toString()(Code)



usingProxy
public boolean usingProxy()(Code)



Fields inherited from javax.net.ssl.HttpsURLConnection
protected HostnameVerifier hostnameVerifier(Code)(Java Doc)

Methods inherited from javax.net.ssl.HttpsURLConnection
abstract public String getCipherSuite()(Code)(Java Doc)
public static HostnameVerifier getDefaultHostnameVerifier()(Code)(Java Doc)
public static SSLSocketFactory getDefaultSSLSocketFactory()(Code)(Java Doc)
public HostnameVerifier getHostnameVerifier()(Code)(Java Doc)
abstract public java.security.cert.Certificate[] getLocalCertificates()(Code)(Java Doc)
public Principal getLocalPrincipal()(Code)(Java Doc)
public Principal getPeerPrincipal() throws SSLPeerUnverifiedException(Code)(Java Doc)
public SSLSocketFactory getSSLSocketFactory()(Code)(Java Doc)
abstract public java.security.cert.Certificate[] getServerCertificates() throws SSLPeerUnverifiedException(Code)(Java Doc)
public static void setDefaultHostnameVerifier(HostnameVerifier v)(Code)(Java Doc)
public static void setDefaultSSLSocketFactory(SSLSocketFactory sf)(Code)(Java Doc)
public void setHostnameVerifier(HostnameVerifier v)(Code)(Java Doc)
public void setSSLSocketFactory(SSLSocketFactory sf)(Code)(Java Doc)

Fields inherited from org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
protected HttpConnection connection(Code)(Java Doc)

Methods inherited from org.apache.harmony.luni.internal.net.www.protocol.http.HttpURLConnection
public void addRequestProperty(String field, String value)(Code)(Java Doc)
public void connect() throws IOException(Code)(Java Doc)
public void disconnect()(Code)(Java Doc)
protected void doRequest() throws IOException(Code)(Java Doc)
protected void endRequest() throws IOException(Code)(Java Doc)
public static String getDefaultRequestProperty(String field)(Code)(Java Doc)
public InputStream getErrorStream()(Code)(Java Doc)
protected HttpConnection getHTTPConnection(Proxy proxy) throws IOException(Code)(Java Doc)
public String getHeaderField(int pos)(Code)(Java Doc)
public String getHeaderField(String key)(Code)(Java Doc)
public String getHeaderFieldKey(int pos)(Code)(Java Doc)
public Map<String, List<String>> getHeaderFields()(Code)(Java Doc)
public InputStream getInputStream() throws IOException(Code)(Java Doc)
public OutputStream getOutputStream() throws IOException(Code)(Java Doc)
public Permission getPermission() throws IOException(Code)(Java Doc)
public Map<String, List<String>> getRequestProperties()(Code)(Java Doc)
public String getRequestProperty(String field)(Code)(Java Doc)
public int getResponseCode() throws IOException(Code)(Java Doc)
protected String requestString()(Code)(Java Doc)
public static void setDefaultRequestProperty(String field, String value)(Code)(Java Doc)
public void setIfModifiedSince(long newValue)(Code)(Java Doc)
public void setRequestProperty(String field, String newValue)(Code)(Java Doc)
protected void setUpTransportIO(HttpConnection connection) throws IOException(Code)(Java Doc)
public boolean usingProxy()(Code)(Java Doc)

Fields inherited from java.net.HttpURLConnection
final public static int HTTP_ACCEPTED(Code)(Java Doc)
final public static int HTTP_BAD_GATEWAY(Code)(Java Doc)
final public static int HTTP_BAD_METHOD(Code)(Java Doc)
final public static int HTTP_BAD_REQUEST(Code)(Java Doc)
final public static int HTTP_CLIENT_TIMEOUT(Code)(Java Doc)
final public static int HTTP_CONFLICT(Code)(Java Doc)
final public static int HTTP_CREATED(Code)(Java Doc)
final public static int HTTP_ENTITY_TOO_LARGE(Code)(Java Doc)
final public static int HTTP_FORBIDDEN(Code)(Java Doc)
final public static int HTTP_GATEWAY_TIMEOUT(Code)(Java Doc)
final public static int HTTP_GONE(Code)(Java Doc)
final public static int HTTP_INTERNAL_ERROR(Code)(Java Doc)
final public static int HTTP_LENGTH_REQUIRED(Code)(Java Doc)
final public static int HTTP_MOVED_PERM(Code)(Java Doc)
final public static int HTTP_MOVED_TEMP(Code)(Java Doc)
final public static int HTTP_MULT_CHOICE(Code)(Java Doc)
final public static int HTTP_NOT_ACCEPTABLE(Code)(Java Doc)
final public static int HTTP_NOT_AUTHORITATIVE(Code)(Java Doc)
final public static int HTTP_NOT_FOUND(Code)(Java Doc)
final public static int HTTP_NOT_IMPLEMENTED(Code)(Java Doc)
final public static int HTTP_NOT_MODIFIED(Code)(Java Doc)
final public static int HTTP_NO_CONTENT(Code)(Java Doc)
final public static int HTTP_OK(Code)(Java Doc)
final public static int HTTP_PARTIAL(Code)(Java Doc)
final public static int HTTP_PAYMENT_REQUIRED(Code)(Java Doc)
final public static int HTTP_PRECON_FAILED(Code)(Java Doc)
final public static int HTTP_PROXY_AUTH(Code)(Java Doc)
final public static int HTTP_REQ_TOO_LONG(Code)(Java Doc)
final public static int HTTP_RESET(Code)(Java Doc)
final public static int HTTP_SEE_OTHER(Code)(Java Doc)
final public static int HTTP_SERVER_ERROR(Code)(Java Doc)
final public static int HTTP_UNAUTHORIZED(Code)(Java Doc)
final public static int HTTP_UNAVAILABLE(Code)(Java Doc)
final public static int HTTP_UNSUPPORTED_TYPE(Code)(Java Doc)
final public static int HTTP_USE_PROXY(Code)(Java Doc)
final public static int HTTP_VERSION(Code)(Java Doc)
protected int chunkLength(Code)(Java Doc)
protected int fixedContentLength(Code)(Java Doc)
protected boolean instanceFollowRedirects(Code)(Java Doc)
protected String method(Code)(Java Doc)
protected int responseCode(Code)(Java Doc)
protected String responseMessage(Code)(Java Doc)

Methods inherited from java.net.HttpURLConnection
abstract public void disconnect()(Code)(Java Doc)
public InputStream getErrorStream()(Code)(Java Doc)
public static boolean getFollowRedirects()(Code)(Java Doc)
public String getHeaderField(int n)(Code)(Java Doc)
public long getHeaderFieldDate(String name, long Default)(Code)(Java Doc)
public String getHeaderFieldKey(int n)(Code)(Java Doc)
public boolean getInstanceFollowRedirects()(Code)(Java Doc)
public Permission getPermission() throws IOException(Code)(Java Doc)
public String getRequestMethod()(Code)(Java Doc)
public int getResponseCode() throws IOException(Code)(Java Doc)
public String getResponseMessage() throws IOException(Code)(Java Doc)
public void setChunkedStreamingMode(int chunklen)(Code)(Java Doc)
public void setFixedLengthStreamingMode(int contentLength)(Code)(Java Doc)
public static void setFollowRedirects(boolean set)(Code)(Java Doc)
public void setInstanceFollowRedirects(boolean followRedirects)(Code)(Java Doc)
public void setRequestMethod(String method) throws ProtocolException(Code)(Java Doc)
abstract public boolean usingProxy()(Code)(Java Doc)

w___w__w__.__ja___v__a_2_s.__co_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.