|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.io.InputStream
com.tangosol.io.WrapperInputStream
com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream
public class ClusterEncryptionFilter.DemultiplexingInputStream
WrapperInputStram which chooses the appropriate wrapper based on the protocol context.
| Field Summary | |
|---|---|
protected java.io.InputStream |
m_streamInner
The wrapped stream |
| Constructor Summary | |
|---|---|
ClusterEncryptionFilter.DemultiplexingInputStream(java.io.InputStream stream)
Construct a DemultiplexingInputStream. |
|
| Method Summary | |
|---|---|
void |
setProtocolContext(ProtocolContext context)
Set the current protocol context. |
| Methods inherited from class com.tangosol.io.WrapperInputStream |
|---|
available, close, ensureInputStream, getInputStream, mark, markSupported, read, read, read, reset, setInputStream, skip |
| Field Detail |
|---|
protected java.io.InputStream m_streamInner
| Constructor Detail |
|---|
public ClusterEncryptionFilter.DemultiplexingInputStream(java.io.InputStream stream)
stream - the stream to be wrapped| Method Detail |
|---|
public void setProtocolContext(ProtocolContext context)
context - the current context of the protocol.
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||