|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| 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 InputStream |
m_streamInner
The wrapped stream |
| Constructor Summary | |
|---|---|
ClusterEncryptionFilter.DemultiplexingInputStream(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 InputStream m_streamInner
| Constructor Detail |
|---|
public ClusterEncryptionFilter.DemultiplexingInputStream(InputStream stream)
stream - the stream to be wrapped| Method Detail |
|---|
public void setProtocolContext(ProtocolContext context)
context - the current context of the protocol.
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||