Package com.composum.nodes.debugutil
Class RequestLoggingFilter.LoggingReader
- java.lang.Object
-
- java.io.Reader
-
- java.io.FilterReader
-
- com.composum.nodes.debugutil.RequestLoggingFilter.LoggingReader
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
,Readable
- Enclosing class:
- RequestLoggingFilter
protected static class RequestLoggingFilter.LoggingReader extends FilterReader
-
-
Field Summary
-
Fields inherited from class java.io.FilterReader
in
-
-
Constructor Summary
Constructors Constructor Description LoggingReader(Reader reader, String uri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
int
read()
int
read(char[] cbuf, int off, int len)
-
Methods inherited from class java.io.FilterReader
mark, markSupported, ready, reset, skip
-
Methods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
-
-
-
Method Detail
-
read
public int read(char[] cbuf, int off, int len) throws IOException
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
read
public int read() throws IOException
- Overrides:
read
in classFilterReader
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterReader
- Throws:
IOException
-
-