Package | Description |
---|---|
org.jcsp.net2 | |
org.jcsp.net2.cns | |
org.jcsp.net2.mobile |
Modifier and Type | Class and Description |
---|---|
static class |
ObjectNetworkMessageFilter.FilterRX
The receiving (decoding) filter for Objects
|
static class |
RawNetworkMessageFilter.FilterRX
The receiving filter
|
Modifier and Type | Method and Description |
---|---|
static NetSharedChannelInput |
NetChannelEnd.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given poison immunity level, which uses the given filter to decode
messages
|
static NetSharedChannelInput |
NetChannelEnd.net2any(NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
static <T> NetSharedChannelInput<T> |
NetChannel.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.net2any(NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput which uses the given filter to decode incoming messages
|
static NetAltingChannelInput |
NetChannelEnd.net2one(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode
incoming messages
|
static <T> NetAltingChannelInput<T> |
NetChannel.net2one(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode
incoming messages
|
<T> NetAltingChannelInput<T> |
NetChannelEndFactory.net2one(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode
incoming messages
|
<T> NetAltingChannelInput<T> |
StandardNetChannelEndFactory.net2one(int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given poison immunity level which uses the given filter to decode
incoming messages
|
static NetAltingChannelInput |
NetChannelEnd.net2one(NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
|
static <T> NetAltingChannelInput<T> |
NetChannel.net2one(NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
|
<T> NetAltingChannelInput<T> |
NetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
|
<T> NetAltingChannelInput<T> |
StandardNetChannelEndFactory.net2one(NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput which uses the given filter to decode incoming messages
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index and poison immunity level, which uses the given filter
to decode incoming messages.
|
static NetSharedChannelInput |
NetChannelEnd.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
static <T> NetSharedChannelInput<T> |
NetChannel.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
NetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetSharedChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2Any(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput with the given index that uses the given filter to decode incoming messages
|
static NetAltingChannelInput |
NetChannelEnd.numberedNet2One(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter
to decode incoming messages
|
static <T> NetAltingChannelInput<T> |
NetChannel.numberedNet2One(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter
to decode incoming messages
|
<T> NetAltingChannelInput<T> |
NetChannelEndFactory.numberedNet2One(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter
to decode incoming messages
|
<T> NetAltingChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2One(int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index and given poison immunity, which uses the given filter
to decode incoming messages
|
static NetAltingChannelInput |
NetChannelEnd.numberedNet2One(int index,
NetworkMessageFilter.FilterRx filter)
Deprecated.
Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
|
static <T> NetAltingChannelInput<T> |
NetChannel.numberedNet2One(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetAltingChannelInput<T> |
NetChannelEndFactory.numberedNet2One(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
|
<T> NetAltingChannelInput<T> |
StandardNetChannelEndFactory.numberedNet2One(int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput with the given index that uses the given filter to decode incoming messages
|
void |
NetChannelInput.setDecoder(NetworkMessageFilter.FilterRx decoder)
Sets the underlying decoder for the channel
|
Modifier and Type | Method and Description |
---|---|
static <T> NetSharedChannelInput<T> |
CNS.net2any(java.lang.String name,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name
|
static <T> NetSharedChannelInput<T> |
CNS.net2any(java.lang.String name,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name
|
static <T> NetAltingChannelInput<T> |
CNS.net2one(java.lang.String name,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput registered with the given name
|
static <T> NetAltingChannelInput<T> |
CNS.net2one(java.lang.String name,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput registered with the given name
|
static <T> NetSharedChannelInput<T> |
CNS.numberedNet2Any(java.lang.String name,
int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name
|
static <T> NetSharedChannelInput<T> |
CNS.numberedNet2Any(java.lang.String name,
int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetSharedChannelInput registered with the given name
|
static <T> NetAltingChannelInput<T> |
CNS.numberedNet2One(java.lang.String name,
int index,
int immunityLevel,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput registered with the given name
|
static <T> NetAltingChannelInput<T> |
CNS.numberedNet2One(java.lang.String name,
int index,
NetworkMessageFilter.FilterRx filter)
Creates a new NetAltingChannelInput registered with the given name
|
Modifier and Type | Class and Description |
---|---|
static class |
CodeLoadingChannelFilter.FilterRX |
Modifier and Type | Method and Description |
---|---|
void |
MobileChannelInput.setDecoder(NetworkMessageFilter.FilterRx decoder) |
Constructor and Description |
---|
MobileChannelInput(NetworkMessageFilter.FilterTx encoder,
NetworkMessageFilter.FilterRx decoder) |
Copyright © 1996–2023. All rights reserved.