Apache JMeter

org.apache.jmeter.protocol.http.util
Class LoopbackHTTPSocket

java.lang.Object
  extended byjava.net.Socket
      extended byorg.apache.jmeter.protocol.http.util.LoopbackHTTPSocket

public class LoopbackHTTPSocket
extends Socket


Constructor Summary
LoopbackHTTPSocket(String host, int port)
           
LoopbackHTTPSocket(String host, int port, InetAddress localAddr, int localPort)
           
LoopbackHTTPSocket(String host, int port, InetAddress localAddress, int localPort, int timeout)
           
 
Method Summary
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 
Methods inherited from class java.net.Socket
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSocketImplFactory, setSoLinger, setSoTimeout, setTcpNoDelay, setTrafficClass, shutdownInput, shutdownOutput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LoopbackHTTPSocket

public LoopbackHTTPSocket(String host,
                          int port,
                          InetAddress localAddress,
                          int localPort,
                          int timeout)
                   throws IOException

LoopbackHTTPSocket

public LoopbackHTTPSocket(String host,
                          int port,
                          InetAddress localAddr,
                          int localPort)
                   throws IOException

LoopbackHTTPSocket

public LoopbackHTTPSocket(String host,
                          int port)
                   throws UnknownHostException,
                          IOException
Method Detail

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

Apache JMeter

Copyright © 1998-2009 Apache Software Foundation. All Rights Reserved.