ZetaGrid v1.9

zeta.monitor
Class MonitoredHttpClient

java.lang.Object
  |
  +--sun.net.NetworkClient
        |
        +--sun.net.www.http.HttpClient
              |
              +--zeta.monitor.MonitoredHttpClient

class MonitoredHttpClient
extends sun.net.www.http.HttpClient


Field Summary
 
Fields inherited from class sun.net.www.http.HttpClient
cachedHttpClient, host, kac, port, proxyDisabled, proxyHost, proxyPort, url, usingProxy
 
Fields inherited from class sun.net.NetworkClient
defaultConnectTimeout, defaultSoTimeout, encoding, serverInput, serverOutput, serverSocket
 
Constructor Summary
MonitoredHttpClient(java.net.URL url, java.lang.String s, int i)
           
 
Method Summary
protected  java.net.Socket doConnect(java.lang.String host, int port)
           
static sun.net.www.http.HttpClient New2(java.net.URL url)
           
 
Methods inherited from class sun.net.www.http.HttpClient
afterConnect, closeServer, finalize, finished, getDefaultPort, getHttpKeepAliveSet, getInputStream, getOutputStream, getProxyHostUsed, getProxyPortUsed, getURLFile, isCachedConnection, isKeepingAlive, needsTunneling, New, New, New, openServer, openServer, parseHTTP, putInKeepAliveCache, resetProperties, toString, writeRequests, writeRequests
 
Methods inherited from class sun.net.NetworkClient
getLocalAddress, serverIsOpen
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitoredHttpClient

public MonitoredHttpClient(java.net.URL url,
                           java.lang.String s,
                           int i)
                    throws java.io.IOException
Method Detail

doConnect

protected java.net.Socket doConnect(java.lang.String host,
                                    int port)
                             throws java.io.IOException,
                                    java.net.UnknownHostException
Overrides:
doConnect in class sun.net.NetworkClient
java.io.IOException
java.net.UnknownHostException

New2

public static sun.net.www.http.HttpClient New2(java.net.URL url)
                                        throws java.io.IOException
java.io.IOException

ZetaGrid v1.9

For further technical papers, see ZetaGrid Technical Documentation.
 
Copyright © 2001,2002 Sebastian Wedeniwski. All Rights Reserved.