Message Security Layer (MSL)

com.netflix.msl.msg
Class MslControl.MslChannel

java.lang.Object
  extended by com.netflix.msl.msg.MslControl.MslChannel
Enclosing class:
MslControl

public static class MslControl.MslChannel
extends Object

A MessageInputStream and MessageOutputStream pair representing a single MSL communication channel established between the local and remote entities.


Field Summary
 MessageInputStream input
          Message input stream to read from the remote entity.
 MessageOutputStream output
          Message output stream to write to the remote entity.
 
Constructor Summary
protected MslControl.MslChannel(MessageInputStream input, MessageOutputStream output)
          Create a new MSL channel with the provided input and output streams.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

input

public final MessageInputStream input
Message input stream to read from the remote entity.


output

public final MessageOutputStream output
Message output stream to write to the remote entity.

Constructor Detail

MslControl.MslChannel

protected MslControl.MslChannel(MessageInputStream input,
                                MessageOutputStream output)
Create a new MSL channel with the provided input and output streams.

Parameters:
input - message input stream to read from the remote entity.
output - message output stream to write to the remote entity.

Message Security Layer (MSL)

Copyright © 2014 Netflix, Inc. All Rights Reserved.