A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages

A

AbstractChannelInitializer<S extends org.opendaylight.netconf.api.NetconfSession> - Class in org.opendaylight.netconf.nettyutil
 
AbstractChannelInitializer() - Constructor for class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
AbstractNetconfDispatcher<S extends org.opendaylight.netconf.api.NetconfSession,​L extends org.opendaylight.netconf.api.NetconfSessionListener<? super S>> - Class in org.opendaylight.netconf.nettyutil
Deprecated.
AbstractNetconfDispatcher(EventLoopGroup, EventLoopGroup) - Constructor for class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
 
AbstractNetconfDispatcher(EventExecutor, EventLoopGroup, EventLoopGroup) - Constructor for class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
 
AbstractNetconfDispatcher.ChannelPipelineInitializer<C extends io.netty.channel.Channel,​S extends org.opendaylight.netconf.api.NetconfSession> - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
 
AbstractNetconfDispatcher.PipelineInitializer<S extends org.opendaylight.netconf.api.NetconfSession> - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
 
AbstractNetconfSession<S extends org.opendaylight.netconf.api.NetconfSession,​L extends org.opendaylight.netconf.api.NetconfSessionListener<S>> - Class in org.opendaylight.netconf.nettyutil
 
AbstractNetconfSession(L, Channel, long) - Constructor for class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
AbstractNetconfSessionNegotiator<P extends org.opendaylight.netconf.api.NetconfSessionPreferences,​S extends AbstractNetconfSession<S,​L>,​L extends org.opendaylight.netconf.api.NetconfSessionListener<S>> - Class in org.opendaylight.netconf.nettyutil
 
AbstractNetconfSessionNegotiator(P, Promise<S>, Channel, Timer, L, long) - Constructor for class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
AbstractNetconfSessionNegotiator.State - Enum in org.opendaylight.netconf.nettyutil
Possible states for Finite State Machine.
addExiHandlers(ByteToMessageDecoder, MessageToByteEncoder<NetconfMessage>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
Add a set encoder/decoder tuple into the channel pipeline as appropriate.
AsyncSshHandler - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
Netty SSH handler class.
AsyncSshHandler(AuthenticationHandler, NetconfSshClient) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
Constructor of AsyncSshHandler.
AsyncSshHandler(AuthenticationHandler, NetconfSshClient, Future<?>) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
AsyncSshHandlerReader - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
Listener on async input stream from SSH session.
AsyncSshHandlerReader(AutoCloseable, AsyncSshHandlerReader.ReadMsgHandler, String, IoInputStream) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerReader
 
AsyncSshHandlerReader.ReadMsgHandler - Interface in org.opendaylight.netconf.nettyutil.handler.ssh.client
 
AsyncSshHandlerWriter - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
Async Ssh writer.
AsyncSshHandlerWriter(IoOutputStream) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerWriter
 
authenticate(ClientSession) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler
 
authenticate(ClientSession) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler
 
authenticate(ClientSession) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.PublicKeyAuth
 
AuthenticationFailedException - Exception in org.opendaylight.netconf.nettyutil.handler.ssh.client
Exception reported when endpoint authentication fails.
AuthenticationFailedException(String) - Constructor for exception org.opendaylight.netconf.nettyutil.handler.ssh.client.AuthenticationFailedException
 
AuthenticationFailedException(String, Throwable) - Constructor for exception org.opendaylight.netconf.nettyutil.handler.ssh.client.AuthenticationFailedException
 
AuthenticationHandler - Class in org.opendaylight.netconf.nettyutil.handler.ssh.authentication
Class providing authentication facility to SSH handler.
AuthenticationHandler() - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler
 

B

BASE_1_1 - org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
 
BufferedWriter - Class in org.opendaylight.netconf.nettyutil.handler
Custom BufferedWriter optimized for netconf pipeline implemented instead of default BufferedWriter provided by jdk.
BufferedWriter(Writer) - Constructor for class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
BufferedWriter(Writer, int) - Constructor for class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
build() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientBuilder
 
BUILTIN - org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
 
byteBufToString(ByteBuf) - Static method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerWriter
 

C

channel - Variable in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
channelActive(ChannelHandlerContext) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
channelInactive(ChannelHandlerContext) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
channelRead(ChannelHandlerContext, Object) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
channelRead0(ChannelHandlerContext, Object) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
ChunkedFramingMechanismEncoder - Class in org.opendaylight.netconf.nettyutil.handler
 
ChunkedFramingMechanismEncoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
ChunkedFramingMechanismEncoder(int) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
close() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
close() - Method in class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
close() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerReader
 
close() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerWriter
 
close() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareChannelSubsystem
 
close(ChannelHandlerContext, ChannelPromise) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
create(EXIParameters, String) - Static method in class org.opendaylight.netconf.nettyutil.handler.exi.NetconfStartExiMessage
 
create(NetconfEXICodec) - Static method in class org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder
 
create(NetconfEXICodec) - Static method in class org.opendaylight.netconf.nettyutil.handler.NetconfMessageToEXIEncoder
 
createClient(InetSocketAddress, ReconnectStrategy, Bootstrap, AbstractNetconfDispatcher.PipelineInitializer<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Create a client but use a pre-configured bootstrap.
createClient(InetSocketAddress, ReconnectStrategy, AbstractNetconfDispatcher.PipelineInitializer<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Creates a client.
createForNetconfSubsystem(AuthenticationHandler) - Static method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
createForNetconfSubsystem(AuthenticationHandler, Future<?>, NetconfSshClient) - Static method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
Create AsyncSshHandler for netconf subsystem.
createHandler(FramingMechanism) - Static method in class org.opendaylight.netconf.nettyutil.handler.FramingMechanismHandlerFactory
 
createReconnectingClient(InetSocketAddress, ReconnectStrategyFactory, AbstractNetconfDispatcher.PipelineInitializer<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Creates a reconnecting client.
createReconnectStrategy() - Method in interface org.opendaylight.netconf.nettyutil.ReconnectStrategyFactory
Deprecated.
Create a new ReconnectStrategy.
createReconnectStrategy() - Method in class org.opendaylight.netconf.nettyutil.TimedReconnectStrategyFactory
Deprecated.
 
createServer(InetSocketAddress, AbstractNetconfDispatcher.PipelineInitializer<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Creates server.
createServer(SocketAddress, Class<? extends ServerChannel>, AbstractNetconfDispatcher.ChannelPipelineInitializer<C, S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Creates server.
createSessionFactory() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSshClient
 
createSubsystemChannel(String, ChannelHandlerContext) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientSessionImpl
 
createSubsystemChannel(String, ChannelHandlerContext) - Method in interface org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareClientSession
Allocate a channel to the specified subsystem subsystem.
customizeBootstrap(Bootstrap) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Customize a client bootstrap before the connection is attempted.
customizeBootstrap(ServerBootstrap) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher
Deprecated.
Customize a server bootstrap before the server is created.

D

decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfChunkAggregator
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfEXIToMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfXMLToHelloMessageDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfXMLToMessageDecoder
 
DEFAULT_CHUNK_SIZE - Static variable in class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
DEFAULT_CLIENT - Static variable in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
DEFAULT_MAXIMUM_CHUNK_SIZE - Static variable in class org.opendaylight.netconf.nettyutil.handler.NetconfChunkAggregator
 
DEFAULT_NETCONF_SSH_CLIENT_FACTORY - Static variable in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientSessionImpl
 
DEFAULT_NETCONF_SSH_CLIENT_FACTORY - Static variable in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSshClient
 
DELIMITER - Static variable in class org.opendaylight.netconf.nettyutil.handler.NetconfEOMAggregator
 
disconnect(ChannelHandlerContext, ChannelPromise) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
doCreateSession(IoSession) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSessionFactory
 
doWriteData(byte[], int, long) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareChannelSubsystem
 
doWriteExtendedData(byte[], int, long) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareChannelSubsystem
 

E

empty() - Static method in class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class org.opendaylight.netconf.nettyutil.handler.EOMFramingMechanismEncoder
 
encode(ChannelHandlerContext, NetconfMessage, ByteBuf) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfHelloMessageToXMLEncoder
 
encode(ChannelHandlerContext, NetconfMessage, ByteBuf) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfMessageToEXIEncoder
 
encode(ChannelHandlerContext, NetconfMessage, ByteBuf) - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfMessageToXMLEncoder
 
endOfInput() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
EOMFramingMechanismEncoder - Class in org.opendaylight.netconf.nettyutil.handler
 
EOMFramingMechanismEncoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.EOMFramingMechanismEncoder
 
equals(Object) - Method in class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 
ESTABLISHED - org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
EXIParameters - Class in org.opendaylight.netconf.nettyutil.handler.exi
 
EXIParameters(CodingMode, FidelityOptions) - Constructor for class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 
EXIParameters(CodingMode, FidelityOptions, EXISchema) - Constructor for class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 
EXISchema - Enum in org.opendaylight.netconf.nettyutil.handler.exi
Enumeration of schema modes defined by the NETCONF EXI capability.

F

FAILED - org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
 
fillWithDefaultValues() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientBuilder
 
firstSessionFuture() - Method in interface org.opendaylight.netconf.nettyutil.ReconnectFuture
Return a Future which completes when the first session is established.
flush() - Method in class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
forParameters(EXIParameters) - Static method in class org.opendaylight.netconf.nettyutil.handler.NetconfEXICodec
 
FramingMechanismHandlerFactory - Class in org.opendaylight.netconf.nettyutil.handler
 
fromXmlElement(XmlElement) - Static method in class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 

G

getChunkSize() - Method in class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
getConnectTimeout() - Method in class org.opendaylight.netconf.nettyutil.NeverReconnectStrategy
Deprecated.
 
getConnectTimeout() - Method in class org.opendaylight.netconf.nettyutil.ReconnectImmediatelyStrategy
Deprecated.
 
getConnectTimeout() - Method in interface org.opendaylight.netconf.nettyutil.ReconnectStrategy
Deprecated.
Query the strategy for the connect timeout.
getConnectTimeout() - Method in class org.opendaylight.netconf.nettyutil.TimedReconnectStrategy
Deprecated.
 
getFactory() - Method in class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 
getPostHelloNetconfMessages() - Method in class org.opendaylight.netconf.nettyutil.handler.NetconfXMLToHelloMessageDecoder
Get netconf messages received during negotiation.
getSession(L, Channel, NetconfHelloMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
getSessionForHelloMessage(NetconfHelloMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
getSessionId() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
getSessionNegotiator(NetconfSessionListenerFactory<L>, Channel, Promise<S>) - Method in interface org.opendaylight.netconf.nettyutil.NetconfSessionNegotiatorFactory
Deprecated.
Create a new negotiator attached to a channel, which will notify a promise once the negotiation completes.
getSessionPreferences() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
getUsername() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.AuthenticationHandler
 
getUsername() - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler
 

H

handleMessage(NetconfHelloMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
handleMessage(NetconfMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
handlerAdded(ChannelHandlerContext) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
hashCode() - Method in class org.opendaylight.netconf.nettyutil.handler.exi.EXIParameters
 

I

IDLE - org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
 
ifNegotiatedAlready() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
initialize(Channel, Promise<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
initializeChannel(C, Promise<S>) - Method in interface org.opendaylight.netconf.nettyutil.AbstractNetconfDispatcher.ChannelPipelineInitializer
Deprecated.
Initializes channel by specifying the handlers in its pipeline.
initializeMessageDecoder(Channel) - Method in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
initializeMessageEncoder(Channel) - Method in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
initializeSessionNegotiator(Channel, Promise<S>) - Method in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
Insert session negotiator into the pipeline.
isUp() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 

L

LoginPasswordHandler - Class in org.opendaylight.netconf.nettyutil.handler.ssh.authentication
Class Providing username/password authentication option to AsyncSshHandler.
LoginPasswordHandler(String, String) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler
 

M

MAX_CHUNK_SIZE - Static variable in class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 
MIN_CHUNK_SIZE - Static variable in class org.opendaylight.netconf.nettyutil.handler.ChunkedFramingMechanismEncoder
 

N

NAME_OF_EXCEPTION_HANDLER - Static variable in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
negotiationFailed(Throwable) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
negotiationSuccessful(S) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
NETCONF_MESSAGE_AGGREGATOR - Static variable in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
NETCONF_MESSAGE_DECODER - Static variable in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
NETCONF_MESSAGE_ENCODER - Static variable in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
NETCONF_MESSAGE_FRAME_ENCODER - Static variable in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
NETCONF_SESSION_NEGOTIATOR - Static variable in class org.opendaylight.netconf.nettyutil.AbstractChannelInitializer
 
NetconfChunkAggregator - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfChunkAggregator() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfChunkAggregator
 
NetconfClientBuilder - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
A ClientBuilder which builds NetconfSshClient instances.
NetconfClientBuilder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientBuilder
 
NetconfClientSessionImpl - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
A ClientSessionImpl which additionally allows creation of NETCONF subsystem channel, which is routed to a particular ChannelHandlerContext.
NetconfClientSessionImpl(ClientFactoryManager, IoSession) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfClientSessionImpl
 
NetconfEOMAggregator - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfEOMAggregator() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfEOMAggregator
 
NetconfEXICodec - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfEXIToMessageDecoder - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfHelloMessageToXMLEncoder - Class in org.opendaylight.netconf.nettyutil.handler
Customized NetconfMessageToXMLEncoder that serializes additional header with session metadata along with NetconfHelloMessage .
NetconfHelloMessageToXMLEncoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfHelloMessageToXMLEncoder
 
NetconfMessageToEXIEncoder - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfMessageToXMLEncoder - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfMessageToXMLEncoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfMessageToXMLEncoder
 
NetconfMessageToXMLEncoder(Optional<String>) - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfMessageToXMLEncoder
 
NetconfSessionFactory - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
A SessionFactory which creates NetconfClientSessionImpls.
NetconfSessionFactory(ClientFactoryManager) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSessionFactory
 
NetconfSessionNegotiator<T extends org.opendaylight.netconf.api.NetconfSession> - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
NetconfSessionNegotiatorFactory<S extends org.opendaylight.netconf.api.NetconfSession,​L extends org.opendaylight.netconf.api.NetconfSessionListener<? super S>> - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
NetconfSshClient - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
An extension to SshClient which uses NetconfSessionFactory to create sessions (leading towards NetconfClientSessionImpl.
NetconfSshClient() - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.NetconfSshClient
 
NetconfStartExiMessage - Class in org.opendaylight.netconf.nettyutil.handler.exi
Start-exi netconf message.
NetconfXMLToHelloMessageDecoder - Class in org.opendaylight.netconf.nettyutil.handler
Customized NetconfXMLToMessageDecoder that reads additional header with session metadata from NetconfHelloMessage* This handler should be replaced in pipeline by regular message handler as last step of negotiation.
NetconfXMLToHelloMessageDecoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfXMLToHelloMessageDecoder
 
NetconfXMLToMessageDecoder - Class in org.opendaylight.netconf.nettyutil.handler
 
NetconfXMLToMessageDecoder() - Constructor for class org.opendaylight.netconf.nettyutil.handler.NetconfXMLToMessageDecoder
 
NettyAwareChannelSubsystem - Class in org.opendaylight.netconf.nettyutil.handler.ssh.client
A ChannelSubsystem for subsystem which routes incoming data to a particular ChannelHandlerContext.
NettyAwareChannelSubsystem(String, ChannelHandlerContext) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.client.NettyAwareChannelSubsystem
 
NettyAwareClientSession - Interface in org.opendaylight.netconf.nettyutil.handler.ssh.client
A ClientSession which additionally allows subsystem channels which are forwarded to a particular Netty channel context.
NeverReconnectStrategy - Class in org.opendaylight.netconf.nettyutil
Deprecated.
NeverReconnectStrategy(EventExecutor, int) - Constructor for class org.opendaylight.netconf.nettyutil.NeverReconnectStrategy
Deprecated.
 
NONE - org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
 

O

onMessageRead(ByteBuf) - Method in interface org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerReader.ReadMsgHandler
 
OPEN_WAIT - org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
 
operationComplete(IoReadFuture) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerReader
 
org.opendaylight.netconf.nettyutil - package org.opendaylight.netconf.nettyutil
 
org.opendaylight.netconf.nettyutil.handler - package org.opendaylight.netconf.nettyutil.handler
 
org.opendaylight.netconf.nettyutil.handler.exi - package org.opendaylight.netconf.nettyutil.handler.exi
 
org.opendaylight.netconf.nettyutil.handler.ssh.authentication - package org.opendaylight.netconf.nettyutil.handler.ssh.authentication
 
org.opendaylight.netconf.nettyutil.handler.ssh.client - package org.opendaylight.netconf.nettyutil.handler.ssh.client
Utilities for integration between Apache SSHD and Netty.

P

password - Variable in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler
 
PublicKeyAuth - Class in org.opendaylight.netconf.nettyutil.handler.ssh.authentication
Represents Auth information for the public key based authentication for netconf.
PublicKeyAuth(String, String, String, String) - Constructor for class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.PublicKeyAuth
 

R

ReconnectFuture - Interface in org.opendaylight.netconf.nettyutil
A future representing the task of reconnecting of a certain channel.
ReconnectImmediatelyStrategy - Class in org.opendaylight.netconf.nettyutil
Deprecated.
ReconnectImmediatelyStrategy(EventExecutor, int) - Constructor for class org.opendaylight.netconf.nettyutil.ReconnectImmediatelyStrategy
Deprecated.
 
ReconnectStrategy - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
ReconnectStrategyFactory - Interface in org.opendaylight.netconf.nettyutil
Deprecated.
reconnectSuccessful() - Method in class org.opendaylight.netconf.nettyutil.NeverReconnectStrategy
Deprecated.
 
reconnectSuccessful() - Method in class org.opendaylight.netconf.nettyutil.ReconnectImmediatelyStrategy
Deprecated.
 
reconnectSuccessful() - Method in interface org.opendaylight.netconf.nettyutil.ReconnectStrategy
Deprecated.
Reset the strategy state.
reconnectSuccessful() - Method in class org.opendaylight.netconf.nettyutil.TimedReconnectStrategy
Deprecated.
 
replaceChannelHandler(String, ChannelHandler) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
replaceHelloMessageInboundHandler(S) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
Remove special inbound handler for hello message.
replaceMessageDecoder(ChannelHandler) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
replaceMessageEncoder(ChannelHandler) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
replaceMessageEncoderAfterNextMessage(ChannelHandler) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 

S

scheduleReconnect(Throwable) - Method in class org.opendaylight.netconf.nettyutil.NeverReconnectStrategy
Deprecated.
 
scheduleReconnect(Throwable) - Method in class org.opendaylight.netconf.nettyutil.ReconnectImmediatelyStrategy
Deprecated.
 
scheduleReconnect(Throwable) - Method in interface org.opendaylight.netconf.nettyutil.ReconnectStrategy
Deprecated.
Schedule a connection attempt.
scheduleReconnect(Throwable) - Method in class org.opendaylight.netconf.nettyutil.TimedReconnectStrategy
Deprecated.
 
sendMessage(NetconfMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
sendMessage(NetconfMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
Send a message to peer and fail negotiation if it does not reach the peer.
sessionPreferences - Variable in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
sessionUp() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
SSH_DEFAULT_NIO_WORKERS - Static variable in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
START_EXI - Static variable in class org.opendaylight.netconf.nettyutil.handler.exi.NetconfStartExiMessage
 
startExiCommunication(NetconfMessage) - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
startNegotiation() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator
 
SUBSYSTEM - Static variable in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 

T

thisInstance() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 
TimedReconnectStrategy - Class in org.opendaylight.netconf.nettyutil
Deprecated.
TimedReconnectStrategy(EventExecutor, int, long, double, Long, Long, Long) - Constructor for class org.opendaylight.netconf.nettyutil.TimedReconnectStrategy
Deprecated.
 
TimedReconnectStrategyFactory - Class in org.opendaylight.netconf.nettyutil
Deprecated.
TimedReconnectStrategyFactory(EventExecutor, Long, int, BigDecimal) - Constructor for class org.opendaylight.netconf.nettyutil.TimedReconnectStrategyFactory
Deprecated.
 
toString() - Method in class org.opendaylight.netconf.nettyutil.AbstractNetconfSession
 

U

username - Variable in class org.opendaylight.netconf.nettyutil.handler.ssh.authentication.LoginPasswordHandler
 

V

valueOf(String) - Static method in enum org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.opendaylight.netconf.nettyutil.AbstractNetconfSessionNegotiator.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.opendaylight.netconf.nettyutil.handler.exi.EXISchema
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(char[], int, int) - Method in class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
write(int) - Method in class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class org.opendaylight.netconf.nettyutil.handler.ssh.client.AsyncSshHandlerWriter
 
write(String, int, int) - Method in class org.opendaylight.netconf.nettyutil.handler.BufferedWriter
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages