org.openmuc.framework.server.spi
public class ServerMappingContainer extends java.lang.Object
Constructor and Description |
---|
ServerMappingContainer(Channel channel,
ServerMapping serverMapping) |
Modifier and Type | Method and Description |
---|---|
Channel |
getChannel()
The mapped Channel
|
ServerMapping |
getServerMapping()
The serverMapping that the channel should be mapped to.
|
public ServerMappingContainer(Channel channel, ServerMapping serverMapping)
public ServerMapping getServerMapping()
public Channel getChannel()