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.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, com.tangosol.net.internal.ProtocolAwareStream, java.io.Closeable, java.io.Flushable
Enclosing class:
ClusterEncryptionFilter

public class ClusterEncryptionFilter.MultiplexingOutputStream
extends WrapperOutputStream
implements com.tangosol.net.internal.ProtocolAwareStream

WrapperOutputStram 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.OutputStream m_streamInner
          The wrapped stream.

 

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

 

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

 

Method Summary
 void setProtocolContext(com.tangosol.net.internal.ProtocolAwareStream.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 java.io.OutputStream m_streamInner
The wrapped stream.

Constructor Detail

ClusterEncryptionFilter.MultiplexingOutputStream

public ClusterEncryptionFilter.MultiplexingOutputStream(java.io.OutputStream stream)
Construct a MultiplexingOutputStream.
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.