org.littleshoot.util.mina
Interface IoSessionOutputStreamFactory


public interface IoSessionOutputStreamFactory

Factory for creating new OutputStreams from IoSession.


Method Summary
 OutputStream newStream(org.littleshoot.mina.common.IoSession session)
          Creates a new OutputStream for the specified session.
 

Method Detail

newStream

OutputStream newStream(org.littleshoot.mina.common.IoSession session)
Creates a new OutputStream for the specified session.

Parameters:
session - The session to create a stream for.
Returns:
The new OutputStream for the session.


Copyright © 2013 LittleShoot. All Rights Reserved.