public abstract class ContainerProtocolProvider extends Object implements IProtocolProvider
protocol providers
like ContainerProtocolProvider.Client
or ContainerProtocolProvider.Server
.Modifier and Type | Class and Description |
---|---|
static class |
ContainerProtocolProvider.Client
Container-based
protocol provider for client
protocols. |
static class |
ContainerProtocolProvider.Server
Container-based
protocol provider for server
protocols. |
Modifier | Constructor and Description |
---|---|
protected |
ContainerProtocolProvider(IManagedContainer container,
String productGroup) |
Modifier and Type | Method and Description |
---|---|
IManagedContainer |
getContainer() |
String |
getProductGroup() |
IProtocol<?> |
getProtocol(String type) |
protected ContainerProtocolProvider(IManagedContainer container, String productGroup)
public IManagedContainer getContainer()
public String getProductGroup()
public IProtocol<?> getProtocol(String type)
getProtocol
in interface IProtocolProvider
Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html