public interface ConnectionContext
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_RECEIVE_FRAGMENT |
static int |
DEFAULT_MAX_TRANSMIT_FRAGMENT |
static String |
MAX_RECEIVE_FRAGMENT |
static String |
MAX_TRANSMIT_FRAGMENT |
| Modifier and Type | Method and Description |
|---|---|
ConnectionOrientedPdu |
accept(ConnectionOrientedPdu pdu) |
ConnectionOrientedPdu |
alter(PresentationContext context) |
Connection |
getConnection() |
ConnectionOrientedPdu |
init(PresentationContext context,
Properties properties) |
boolean |
isEstablished() |
static final String MAX_TRANSMIT_FRAGMENT
static final String MAX_RECEIVE_FRAGMENT
static final int DEFAULT_MAX_TRANSMIT_FRAGMENT
static final int DEFAULT_MAX_RECEIVE_FRAGMENT
ConnectionOrientedPdu init(PresentationContext context, Properties properties) throws IOException
IOExceptionConnectionOrientedPdu alter(PresentationContext context) throws IOException
IOExceptionConnectionOrientedPdu accept(ConnectionOrientedPdu pdu) throws IOException
IOExceptionConnection getConnection()
boolean isEstablished()
Copyright © 2017 LSST. All rights reserved.