Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.net.security
Class ClusterEncryptionFilter.MultiplexingOutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by com.tangosol.io.WrapperOutputStream
          extended by com.tangosol.net.security.ClusterEncryptionFilter.MultiplexingOutputStream

All Implemented Interfaces:
OutputStreaming, Closeable, Flushable
Enclosing class:
ClusterEncryptionFilter

public class ClusterEncryptionFilter.MultiplexingOutputStream
extends WrapperOutputStream

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


Field Summary
protected  OutputStream m_streamInner
          The wrapped stream.

 

Fields inherited from class com.tangosol.io.WrapperOutputStream
m_out

 

Constructor Summary
ClusterEncryptionFilter.MultiplexingOutputStream(OutputStream stream)
          Construct a MultiplexingOutputStream.

 

Method Summary
 void setProtocolContext(ProtocolContext context)
          Set the current protocol context.

 

Methods inherited from class com.tangosol.io.WrapperOutputStream
close, ensureOutputStream, flush, getOutputStream, setOutputStream, write, write, write

 

Field Detail

m_streamInner

protected OutputStream m_streamInner
The wrapped stream.

Constructor Detail

ClusterEncryptionFilter.MultiplexingOutputStream

public ClusterEncryptionFilter.MultiplexingOutputStream(OutputStream stream)
Construct a MultiplexingOutputStream.
Parameters:
stream - the stream to be wrapped

Method Detail

setProtocolContext

public void setProtocolContext(ProtocolContext context)
Set the current protocol context.
Parameters:
context - the current context of the protocol.

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


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