|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.proxy.HttpHeaderFileHandler
public class HttpHeaderFileHandler
A FileHandler for HttpHeader
| Constructor Summary | |
|---|---|
HttpHeaderFileHandler()
|
|
| Method Summary | |
|---|---|
HttpHeader |
read(java.io.InputStream is)
Read a T from the given stream. |
void |
write(java.io.OutputStream os,
HttpHeader t)
Write a T to the given stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpHeaderFileHandler()
| Method Detail |
|---|
public HttpHeader read(java.io.InputStream is)
throws java.io.IOException
FileHandler
read in interface FileHandler<HttpHeader>is - the stream to read from
java.io.IOException - if reading fails
public void write(java.io.OutputStream os,
HttpHeader t)
throws java.io.IOException
FileHandler
write in interface FileHandler<HttpHeader>os - the stream to write the object tot - the object to write
java.io.IOException - if writing fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||