com.sshtools.daemon.session

Class SessionChannelFactory

Implemented Interfaces:
ChannelFactory

public class SessionChannelFactory
extends java.lang.Object
implements ChannelFactory

Version:
$Revision: 1.12 $
Author:
$author$

Field Summary

static String
SESSION_CHANNEL

Constructor Summary

SessionChannelFactory()
Creates a new SessionChannelFactory object.

Method Summary

Channel
createChannel(String channelType, byte[] requestData)

Field Details

SESSION_CHANNEL

public static final String SESSION_CHANNEL

Constructor Details

SessionChannelFactory

public SessionChannelFactory()
            throws ConfigurationException
Creates a new SessionChannelFactory object.

Method Details

createChannel

public Channel createChannel(String channelType,
                             byte[] requestData)
            throws InvalidChannelException
Specified by:
createChannel in interface ChannelFactory

Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.