Synergy Home Page

au.edu.swin.synergy.plugin.server
Interface BSessionSetup


public abstract interface BSessionSetup

Interface implemented by SocketObjectStream filters

Author:
John Newbigin

Method Summary
 BStreamSet setStreams(boolean isServer, InputStream inputStream, OutputStream outputStream)
          Do the work here.
 

Method Detail

setStreams

public BStreamSet setStreams(boolean isServer,
                             InputStream inputStream,
                             OutputStream outputStream)
Do the work here. Store the new input & output streams they will be read immediatly after setStreams is called

Synergy Home Page