org.eclipse.net4j.protocol
Interface IProtocolProvider


public interface IProtocolProvider


Method Summary
 IProtocol getClientProtocol(java.lang.String type, IChannel channel)
           
 IProtocol getServerProtocol(java.lang.String type, IChannel channel)
           
 

Method Detail

getClientProtocol

IProtocol getClientProtocol(java.lang.String type,
                            IChannel channel)

getServerProtocol

IProtocol getServerProtocol(java.lang.String type,
                            IChannel channel)

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.