public abstract class ProxyEngine extends Object implements Runnable
| Modifier and Type | Field and Description |
|---|---|
protected ServerSocket |
serverSocket |
SocketFactoryHelper |
socketFactory |
| Constructor and Description |
|---|
ProxyEngine(ModelBuilder modelBuilder,
SocketFactoryHelper socketFactory,
ConnectionInformation connectionInformation) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionInformation |
getConnectionDetails() |
ServerSocket |
getServerSocket() |
protected SocketFactoryHelper |
getSocketFactory() |
protected void |
launchThreadPair(Socket localSocket,
Socket remoteSocket,
String remoteHost,
com.eviware.soapui.impl.wsdl.WsdlProject project) |
public final SocketFactoryHelper socketFactory
protected ServerSocket serverSocket
public ProxyEngine(ModelBuilder modelBuilder, SocketFactoryHelper socketFactory, ConnectionInformation connectionInformation) throws IOException
IOExceptionpublic final ServerSocket getServerSocket()
protected final SocketFactoryHelper getSocketFactory()
public final ConnectionInformation getConnectionDetails()
protected final void launchThreadPair(Socket localSocket, Socket remoteSocket, String remoteHost, com.eviware.soapui.impl.wsdl.WsdlProject project) throws IOException
IOExceptionCopyright © 2019. All rights reserved.