public class ERHTTPChannel
extends com.webobjects.eodistribution.client.EOHTTPChannel
| Properties | |
er.distribution.disallowHttpRequestsOnEventThread
| throw an exception if an HTTP request is attempted on the Event Dispatch Thread (EDT); prevents creating a terrible UI. |
er.distribution.trustAllSslCertificates
| disable SSL certificate checking; useful for development mode, but not really safe for production |
er.distribution.applicationUrl
| the URL for connecting to the server application. |
| Constructor and Description |
|---|
ERHTTPChannel() |
ERHTTPChannel(java.lang.String url) |
| Modifier and Type | Method and Description |
|---|---|
java.net.Socket |
createSocket(java.lang.String protocol,
java.lang.String hostName,
int portNumber) |
protected java.net.Socket |
createSslSocket(java.lang.String protocol,
java.lang.String hostName,
int portNumber) |
java.lang.Object |
responseToMessage(java.lang.Object message,
NSCoder coder) |
protected javax.net.SocketFactory |
trustAllSocketFactory() |
java.lang.String |
url() |
_completeURL, _resolvedHostName, connectionKeys, establishConnectionpublic ERHTTPChannel()
public ERHTTPChannel(java.lang.String url)
public java.lang.String url()
public java.lang.Object responseToMessage(java.lang.Object message,
NSCoder coder)
responseToMessage in class com.webobjects.eodistribution.client.EOHTTPChannelpublic java.net.Socket createSocket(java.lang.String protocol,
java.lang.String hostName,
int portNumber)
throws java.io.IOException
createSocket in class com.webobjects.eodistribution.client.EOHTTPChanneljava.io.IOExceptionprotected java.net.Socket createSslSocket(java.lang.String protocol,
java.lang.String hostName,
int portNumber)
throws java.io.IOException
java.io.IOExceptionprotected javax.net.SocketFactory trustAllSocketFactory()
throws java.security.NoSuchAlgorithmException,
java.security.KeyManagementException
java.security.NoSuchAlgorithmExceptionjava.security.KeyManagementExceptionCopyright © 2002 – 2022 Project Wonder.