Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.security
Class ClusterEncryptionFilter.DemultiplexingInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by com.tangosol.io.WrapperInputStream
          extended by com.tangosol.net.security.ClusterEncryptionFilter.DemultiplexingInputStream

All Implemented Interfaces:
com.oracle.common.io.InputStreaming, com.tangosol.net.internal.ProtocolAwareStream, java.io.Closeable
Enclosing class:
ClusterEncryptionFilter

public class ClusterEncryptionFilter.DemultiplexingInputStream
extends WrapperInputStream
implements com.tangosol.net.internal.ProtocolAwareStream

WrapperInputStram which chooses the appropriate wrapper based on the protocol context.


Nested Class Summary

 

Nested classes/interfaces inherited from interface com.tangosol.net.internal.ProtocolAwareStream
com.tangosol.net.internal.ProtocolAwareStream.ProtocolContext

 

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(com.tangosol.net.internal.ProtocolAwareStream.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

m_streamInner

protected java.io.InputStream m_streamInner
The wrapped stream

Constructor Detail

ClusterEncryptionFilter.DemultiplexingInputStream

public ClusterEncryptionFilter.DemultiplexingInputStream(java.io.InputStream stream)
Construct a DemultiplexingInputStream.
Parameters:
stream - the stream to be wrapped

Method Detail

setProtocolContext

public void setProtocolContext(com.tangosol.net.internal.ProtocolAwareStream.ProtocolContext context)
Set the current protocol context.
Specified by:
setProtocolContext in interface com.tangosol.net.internal.ProtocolAwareStream
Parameters:
context - the current context of the protocol

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.