Index

C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

C

checkException() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Check if there was any Throwable received and if so rethrow it.
close() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
close(ChannelPromise) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
config() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
configureBootstrap(Bootstrap) - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 
createBootstrap() - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 
createChannelFactory(String) - Method in class org.apache.plc4x.java.transport.test.TestTransport
 

D

disconnect() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
disconnect(ChannelPromise) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doBeginRead() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doBind(SocketAddress) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doClose() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doDisconnect() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doRegister() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
doWrite(ChannelOutboundBuffer) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

E

EmbeddedBootstrap - Class in io.netty.bootstrap
 
EmbeddedBootstrap() - Constructor for class io.netty.bootstrap.EmbeddedBootstrap
 
ensureOpen() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Ensure the Channel is open and if not throw an exception.
EventLoopProvider - Interface in io.netty.bootstrap
 

F

finish() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Mark this Channel as finished.
finishAndReleaseAll() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Mark this Channel as finished and release all pending message in the inbound and outbound buffer.
flushInbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Flushes the inbound of this Channel.
flushOutbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Flushes the outbound of this Channel.

G

getChannel() - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 
getEventLoop() - Method in interface io.netty.bootstrap.EventLoopProvider
 
getEventLoop() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
getEventLoopGroup() - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 
getTransportCode() - Method in class org.apache.plc4x.java.transport.test.TestTransport
 
getTransportName() - Method in class org.apache.plc4x.java.transport.test.TestTransport
 

H

handleInboundMessage(Object) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Called for each inbound message.
handleOutboundMessage(Object) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Called for each outbound message.

I

inboundMessages() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Returns the Queue which holds all the Objects that were received by this Channel.
io.netty.bootstrap - package io.netty.bootstrap
 
io.netty.channel.embedded - package io.netty.channel.embedded
 
isActive() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
isCompatible(EventLoop) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
isOpen() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
isPassive() - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 
isRegistered() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

L

lastInboundBuffer() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Deprecated.
lastOutboundBuffer() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Deprecated.
localAddress0() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

M

metadata() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

N

newChannelPipeline() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
newUnsafe() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

O

org.apache.plc4x.java.transport.test - package org.apache.plc4x.java.transport.test
 
outboundMessages() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Returns the Queue which holds all the Objects that were written by this Channel.

P

Plc4xEmbeddedChannel - Class in io.netty.channel.embedded
Base class for Channel implementations that are used in an embedded fashion.
Plc4xEmbeddedChannel() - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with an EmbeddedChannelId and an empty pipeline.
Plc4xEmbeddedChannel(boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(ChannelId) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the specified ID and an empty pipeline.
Plc4xEmbeddedChannel(ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(ChannelId, boolean, ChannelConfig, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(ChannelId, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(ChannelId, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.
Plc4xEmbeddedChannel(Channel, ChannelId, boolean, boolean, ChannelHandler...) - Constructor for class io.netty.channel.embedded.Plc4xEmbeddedChannel
Create a new instance with the channel ID set to the given ID and the pipeline initialized with the specified handlers.

R

readInbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Return received data from this Channel
readOutbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Read data from the outbound.
register() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Register this Channel on its EventLoop.
releaseInbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Release all buffered inbound messages and return true if any were in the inbound buffer, false otherwise.
releaseOutbound() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Release all buffered outbound messages and return true if any were in the outbound buffer, false otherwise.
remoteAddress0() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 
runPendingTasks() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Run all tasks (which also includes scheduled tasks) that are pending in the EventLoop for this Channel
runScheduledPendingTasks() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Run all pending scheduled tasks in the EventLoop for this Channel and return the nanoseconds when the next scheduled task is ready to run.

S

setConfiguration(TestTransportConfiguration) - Method in class org.apache.plc4x.java.transport.test.TestChannelFactory
 

T

TestChannelFactory - Class in org.apache.plc4x.java.transport.test
 
TestChannelFactory(SocketAddress) - Constructor for class org.apache.plc4x.java.transport.test.TestChannelFactory
 
TestSocketAddress - Class in org.apache.plc4x.java.transport.test
 
TestSocketAddress(String) - Constructor for class org.apache.plc4x.java.transport.test.TestSocketAddress
 
TestTransport - Class in org.apache.plc4x.java.transport.test
 
TestTransport() - Constructor for class org.apache.plc4x.java.transport.test.TestTransport
 
TestTransportConfiguration - Interface in org.apache.plc4x.java.transport.test
 

U

unsafe() - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
 

V

validate() - Method in class io.netty.bootstrap.EmbeddedBootstrap
 

W

writeInbound(Object...) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Write messages to the inbound of this Channel.
writeOneInbound(Object) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Writes one message to the inbound of this Channel and does not flush it.
writeOneInbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Writes one message to the inbound of this Channel and does not flush it.
writeOneOutbound(Object) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOneOutbound(Object, ChannelPromise) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Writes one message to the outbound of this Channel and does not flush it.
writeOutbound(Object...) - Method in class io.netty.channel.embedded.Plc4xEmbeddedChannel
Write messages to the outbound of this Channel.
C D E F G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form