|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
wt.wrmf.transport.httptransport.ReconnectedHttpPushIS
Supported API: false
Extendable: false
Field Summary | |
private int |
attempts
|
private long |
bytesRead
|
private static String |
CLASSNAME
|
private int |
count
|
private boolean |
httpInterrupted
|
private InputStream |
is
|
private HTTPRequest |
request
|
private static String |
RESOURCE
|
private EnumeratorVector |
streamEnum
|
private static String |
TEMP_BASE_PATH
|
private static int |
TOTAL_ATTEMPTS
|
private static boolean |
VERBOSE
|
private static String |
versionID
|
private static int |
WAITING_TIME
|
Fields inherited from class java.io.InputStream |
|
Constructor Summary | |
ReconnectedHttpPushIS(InputStream is,
HTTPRequest request)
Supported API: false |
Method Summary | |
long |
getBytesRead()
Supported API: false |
boolean |
isHttpInterrupted()
Supported API: false |
int |
read()
Supported API: false |
private void |
resume()
|
long |
skip(long n)
Supported API: false |
Methods inherited from class java.io.InputStream |
available, close, mark, markSupported, read, read, reset |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
private long bytesRead
private InputStream is
private static final String versionID
private static boolean VERBOSE
private HTTPRequest request
private EnumeratorVector streamEnum
private boolean httpInterrupted
private static final String TEMP_BASE_PATH
private int attempts
private static final int TOTAL_ATTEMPTS
private static final int WAITING_TIME
private int count
Constructor Detail |
public ReconnectedHttpPushIS(InputStream is, HTTPRequest request)
is
- request
- Method Detail |
public int read() throws IOException
IOException
public long skip(long n) throws IOException
n
-
IOException
public boolean isHttpInterrupted()
public long getBytesRead()
private void resume() throws IOException
IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |