com.eviware.soapui.impl.wsdl.support.http
Class SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference

java.lang.Object
  extended by org.apache.commons.httpclient.HttpConnection
      extended by com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference
All Implemented Interfaces:
ConnectionWithSocket
Enclosing class:
SoapUIMultiThreadedHttpConnectionManager

public static class SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference
extends org.apache.commons.httpclient.HttpConnection
implements ConnectionWithSocket

A connection that keeps a reference to itself.


Field Summary
 java.lang.ref.WeakReference reference
           
 
Fields inherited from class org.apache.commons.httpclient.HttpConnection
isOpen
 
Constructor Summary
SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference(org.apache.commons.httpclient.HostConfiguration hostConfiguration)
           
 
Method Summary
 java.net.Socket getConnectionSocket()
           
 
Methods inherited from class org.apache.commons.httpclient.HttpConnection
assertNotOpen, assertOpen, close, closeIfStale, closeSocketAndStreams, flushRequestOutputStream, getHost, getHttpConnectionManager, getLastResponseInputStream, getLocalAddress, getParams, getPort, getProtocol, getProxyHost, getProxyPort, getRequestOutputStream, getResponseInputStream, getSendBufferSize, getSocket, getSoTimeout, getVirtualHost, isLocked, isOpen, isProxied, isResponseAvailable, isResponseAvailable, isSecure, isStale, isStaleCheckingEnabled, isTransparent, open, print, print, printLine, printLine, printLine, readLine, readLine, releaseConnection, setConnectionTimeout, setHost, setHttpConnectionManager, setLastResponseInputStream, setLocalAddress, setLocked, setParams, setPort, setProtocol, setProxyHost, setProxyPort, setSendBufferSize, setSocketTimeout, setSoTimeout, setStaleCheckingEnabled, setVirtualHost, shutdownOutput, tunnelCreated, write, write, writeLine, writeLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

reference

public java.lang.ref.WeakReference reference
Constructor Detail

SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference

public SoapUIMultiThreadedHttpConnectionManager.HttpConnectionWithReference(org.apache.commons.httpclient.HostConfiguration hostConfiguration)
Parameters:
hostConfiguration -
Method Detail

getConnectionSocket

public java.net.Socket getConnectionSocket()
Specified by:
getConnectionSocket in interface ConnectionWithSocket


Copyright © 2005-2010 eviware.com. All Rights Reserved.