TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.http.remote
Class PeekSocket

java.lang.Object
  extended byjava.net.Socket
      extended byorg.eclipse.hyades.execution.recorder.http.remote.PeekSocket

Deprecated. This is not public API. It will be moved to internal in TPTP 5 Created on Oct 14, 2003 Only designed currently to peek on read side of sockets created from PeekServerSocket, could be changed to make peek available from read side of client.

public class PeekSocket
extends java.net.Socket


Field Summary
protected  java.io.BufferedInputStream m_BufferedIn
          Deprecated.  
 
Constructor Summary
PeekSocket()
          Deprecated.  
 
Method Summary
 java.io.InputStream getInputStream()
          Deprecated.  
 int peek()
          Deprecated.  
protected  void setupBufferedInputStream()
          Deprecated.  
 
Methods inherited from class java.net.Socket
bind, close, connect, connect, getChannel, getInetAddress, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, 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
 

Field Detail

m_BufferedIn

protected java.io.BufferedInputStream m_BufferedIn
Deprecated. 
Constructor Detail

PeekSocket

public PeekSocket()
Deprecated. 
Method Detail

setupBufferedInputStream

protected void setupBufferedInputStream()
                                 throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

peek

public int peek()
         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

TPTP 4.3.0 Testing Tools Project
Public API Specification