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

AbstractNetconfSession - Class in org.onosproject.netconf
Abstract netconf session implements methods common for different implementations of netconf session.
AbstractNetconfSession() - Constructor for class org.onosproject.netconf.AbstractNetconfSession
 
ACCESS_DENIED - org.onosproject.netconf.rpc.ErrorTag
 
addDeviceListener(NetconfDeviceListener) - Method in interface org.onosproject.netconf.NetconfController
Adds Device Event Listener.
addDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
addDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in interface org.onosproject.netconf.NetconfSession
Add a listener to the underlying stream handler implementation.
addDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
addError(NetconfRpcError) - Method in class org.onosproject.netconf.NetconfRpcReply.Builder
Builder method to adding error parameter.
addResponses(String) - Method in class org.onosproject.netconf.NetconfRpcReply.Builder
Builder method for adding response parameter.
any - Variable in class org.onosproject.netconf.rpc.ErrorInfoType
 
APACHE_MINA - org.onosproject.netconf.config.NetconfSshClientLib
 
APPLICATION - org.onosproject.netconf.rpc.ErrorType
 
appTag() - Method in class org.onosproject.netconf.NetconfRpcError
Returns a string identifying the data-model-specific or implementation-specific error condition, if one exists.
arguments() - Method in interface org.onosproject.netconf.NetconfProxyMessage
Returns the arguments of the intended method call in order.
asXml() - Method in class org.onosproject.netconf.DatastoreId
Returns datastore name as XML tag.
asyncGet() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
asyncGet() - Method in interface org.onosproject.netconf.NetconfSession
Retrieves running configuration and device state.
asyncGetConfig(DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
asyncGetConfig(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves the specified configuration.

B

BAD_ATTRIBUTE - org.onosproject.netconf.rpc.ErrorTag
 
BAD_ATTRIBUTE - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "bad-attribute".
BAD_ELEMENT - org.onosproject.netconf.rpc.ErrorTag
 
BAD_ELEMENT - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "bad-element".
BAD_NAMESPACE - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "bad-namespace".
badAttributeAndBadElementAndOkElement - Variable in class org.onosproject.netconf.rpc.ErrorInfoType
 
build() - Method in class org.onosproject.netconf.NetconfRpcReply.Builder
Builder method of the builder.
builder() - Static method in class org.onosproject.netconf.NetconfRpcReply
Creates builder to build NetconfRpcReply.
buildOk() - Method in class org.onosproject.netconf.NetconfRpcReply.Builder
Builds ok reply message.

C

CANDIDATE - Static variable in class org.onosproject.netconf.DatastoreId
A configuration datastore that can be manipulated without impacting the device's current configuration and that can be committed to the running configuration datastore.
capabilities - Variable in class org.onosproject.netconf.rpc.Hello
 
Capabilities() - Constructor for class org.onosproject.netconf.rpc.Hello.Capabilities
 
capability - Variable in class org.onosproject.netconf.rpc.Hello.Capabilities
 
checkAndReestablish() - Method in interface org.onosproject.netconf.NetconfSession
Checks the state of the underlying SSH session and connection and if necessary it reestablishes it.
checkReply(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
Checks errors in reply from the session.
close() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
close() - Method in interface org.onosproject.netconf.NetconfSession
Closes the Netconf session with the device.
close() - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
commit() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
commit() - Method in interface org.onosproject.netconf.NetconfSession
Commits the candidate configuration the running configuration.
CONFIG_KEY - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
netcfg ConfigKey.
CONNECT_TIMEOUT - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
connectDevice(DeviceId) - Method in interface org.onosproject.netconf.NetconfController
Tries to connect to a specific NETCONF device, if the connection is succesful it creates and adds the device to the ONOS core as a NetconfDevice.
connectDevice(DeviceId, boolean) - Method in interface org.onosproject.netconf.NetconfController
Tries to connect to a specific NETCONF device, if the connection is succesful it creates and adds the device to the ONOS core as a NetconfDevice.
connectTimeout() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the connect timeout of the SSH connection.
copyConfig(String, String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
copyConfig(String, String) - Method in interface org.onosproject.netconf.NetconfSession
Copies the new configuration, an Url or a complete configuration xml tree to the target configuration.
copyConfig(String, String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
copyConfig(DatastoreId, String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
copyConfig(DatastoreId, String) - Method in interface org.onosproject.netconf.NetconfSession
Copies the new configuration, an Url or a complete configuration xml tree to the target configuration.
copyConfig(DatastoreId, String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
copyConfig(DatastoreId, DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
copyConfig(DatastoreId, DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Copies the configuration between configuration datastores.
copyConfig(DatastoreId, DatastoreId) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
CREATE - org.onosproject.netconf.rpc.EditOperationType
 
createErrorInfoType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of ErrorInfoType
createErrorInfoTypeBadAttribute(QName) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<QName>
createErrorInfoTypeBadElement(QName) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<QName>
createErrorInfoTypeBadNamespace(String) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<String>
createErrorInfoTypeErrElement(QName) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<QName>
createErrorInfoTypeNoopElement(QName) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<QName>
createErrorInfoTypeOkElement(QName) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<QName>
createHello() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of Hello
createHelloCapabilities() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of Hello.Capabilities
createNetconfDevice(NetconfDeviceInfo) - Method in interface org.onosproject.netconf.NetconfDeviceFactory
Creates a new NETCONF device based on the supplied information.
createNetconfDevice(NetconfDeviceInfo, boolean) - Method in interface org.onosproject.netconf.NetconfDeviceFactory
Creates a new NETCONF device based on the supplied information.
createNetconfSession(NetconfDeviceInfo, NetconfController) - Method in interface org.onosproject.netconf.NetconfSessionFactory
Creates a new NETCONF session for the specified device.
createRpc(RpcType) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<RpcType>
createRpcError(RpcErrorType) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<RpcErrorType>
createRpcErrorType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcErrorType
createRpcErrorTypeErrorMessage() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcErrorType.ErrorMessage
createRpcOperation(RpcOperationType) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<RpcOperationType>
createRpcOperationType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcOperationType
createRpcReply(RpcReplyType) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<RpcReplyType>
createRpcReplyType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcReplyType
createRpcResponse(RpcResponseType) - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of JAXBElement<RpcResponseType>
createRpcResponseType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcResponseType
createRpcType() - Method in class org.onosproject.netconf.rpc.ObjectFactory
Create an instance of RpcType

D

DATA_EXISTS - org.onosproject.netconf.rpc.ErrorTag
 
DATA_MISSING - org.onosproject.netconf.rpc.ErrorTag
 
datastore(String) - Static method in class org.onosproject.netconf.DatastoreId
Returns datastore identifier object.
DatastoreId - Class in org.onosproject.netconf
Identifier object to specify datastore.
DELETE - org.onosproject.netconf.rpc.EditOperationType
 
deleteConfig(DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
deleteConfig(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Deletes part of the specified configuration based on the filterSchema.
deleteConfig(DatastoreId) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
DEVICE_ERROR - org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Signifies that the device has encountered an error.
DEVICE_NOTIFICATION - org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Signifies that the device sent a notification.
DEVICE_REPLY - org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Signifies that sent a reply to a request.
DEVICE_UNREGISTERED - org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Signifies that the device is not reachable.
deviceAdded(DeviceId) - Method in interface org.onosproject.netconf.NetconfDeviceListener
Notifies that the device was added.
deviceId() - Method in interface org.onosproject.netconf.NetconfProxyMessage
Returns the device id of the device to which the message is intended.
deviceRemoved(DeviceId) - Method in interface org.onosproject.netconf.NetconfDeviceListener
Notifies that the device was removed.
disconnect() - Method in interface org.onosproject.netconf.NetconfDevice
Ensures that all sessions are closed.
disconnectDevice(DeviceId, boolean) - Method in interface org.onosproject.netconf.NetconfController
Disconnects a Netconf device and removes it from the core.
doWrappedRpc(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
doWrappedRpc(String) - Method in interface org.onosproject.netconf.NetconfSession
Executes an synchronous RPC to the server and wrap the request in RPC header.
doWrappedRpc(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 

E

editConfig(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
editConfig(String) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves part of the specified configuration based on the filterSchema.
editConfig(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
editConfig(DatastoreId, String, String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
editConfig(DatastoreId, String, String) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves part of the specified configuration based on the filterSchema.
editConfig(DatastoreId, String, String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
EditOperationType - Enum in org.onosproject.netconf.rpc
Java class for editOperationType.
END_SUBSCRIPTION - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
endSubscription() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
endSubscription() - Method in interface org.onosproject.netconf.NetconfSession
Ends subscription to the device's notifications.
endSubscription() - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
equals(Object) - Method in class org.onosproject.netconf.NetconfDeviceInfo
 
ERR_ELEMENT - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "err-element".
ERROR - org.onosproject.netconf.NetconfRpcReply.Type
 
ERROR - org.onosproject.netconf.rpc.ErrorSeverity
 
errorAppTag - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
errorInfo - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
ErrorInfoType - Class in org.onosproject.netconf.rpc
Java class for errorInfoType complex type.
ErrorInfoType() - Constructor for class org.onosproject.netconf.rpc.ErrorInfoType
 
errorMessage - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
ErrorMessage() - Constructor for class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
 
errorPath - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
errors() - Method in class org.onosproject.netconf.NetconfRpcReply
Returns list of rpc-errors in rpc-reply.
errorSeverity - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
ErrorSeverity - Enum in org.onosproject.netconf.rpc
Java class for ErrorSeverity.
errorTag - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
ErrorTag - Enum in org.onosproject.netconf.rpc
Java class for ErrorTag.
errorType - Variable in class org.onosproject.netconf.rpc.RpcErrorType
 
ErrorType - Enum in org.onosproject.netconf.rpc
Java class for ErrorType.
event(NetconfDeviceOutputEvent) - Method in class org.onosproject.netconf.FilteringNetconfDeviceOutputEventListener
 
executeAtMaster(NetconfProxyMessage) - Method in interface org.onosproject.netconf.NetconfController
If master, will execute the call locally else will use clusterCommunicationManager to execute at master controller.
executeRpc(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
extractIpPortPath(DeviceId) - Static method in class org.onosproject.netconf.NetconfDeviceInfo
 

F

FilteringNetconfDeviceOutputEventListener - Class in org.onosproject.netconf
Listener to listen for event about specific Device.
FilteringNetconfDeviceOutputEventListener(NetconfDeviceInfo) - Constructor for class org.onosproject.netconf.FilteringNetconfDeviceOutputEventListener
 
fromValue(String) - Static method in enum org.onosproject.netconf.rpc.EditOperationType
 
fromValue(String) - Static method in enum org.onosproject.netconf.rpc.ErrorSeverity
 
fromValue(String) - Static method in enum org.onosproject.netconf.rpc.ErrorTag
 
fromValue(String) - Static method in enum org.onosproject.netconf.rpc.ErrorType
 

G

get(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
get(String) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves the requested configuration, different from get-config.
get(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
get(String, String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
get(String, String) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves the requested data.
get(String, String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
GET_DEVICE_CAPABILITIES_SET - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
GET_SESSION_ID - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
getAny() - Method in class org.onosproject.netconf.rpc.ErrorInfoType
Gets the value of the any property.
getBadAttributeAndBadElementAndOkElement() - Method in class org.onosproject.netconf.rpc.ErrorInfoType
Gets the value of the badAttributeAndBadElementAndOkElement property.
getCapabilities() - Method in class org.onosproject.netconf.rpc.Hello
Gets the value of the capabilities property.
getCapability() - Method in class org.onosproject.netconf.rpc.Hello.Capabilities
Gets the value of the capability property.
getConfig(DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
getConfig(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Deprecated.
in 1.13.0 use async version instead.
getConfig(DatastoreId) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
getConfig(DatastoreId, String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
getConfig(DatastoreId, String) - Method in interface org.onosproject.netconf.NetconfSession
Retrieves part of the specified configuration based on the filterSchema.
getConfig(DatastoreId, String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
getConnectTimeoutSec() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the device specific connect timeout.
getDeviceCapabilitiesSet() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
getDeviceCapabilitiesSet() - Method in interface org.onosproject.netconf.NetconfSession
Gets the capabilities of the remote Netconf device associated to this session.
getDeviceCapabilitiesSet() - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
getDeviceId() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Return the DeviceId about the device containing the URI.
getDeviceInfo() - Method in interface org.onosproject.netconf.NetconfDevice
return all the info associated with this device.
getDeviceInfo() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
Event-related device information.
getDevicesMap() - Method in interface org.onosproject.netconf.NetconfController
Gets all the nodes information.
getEnum(String) - Static method in enum org.onosproject.netconf.config.NetconfSshClientLib
 
getErrorAppTag() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorAppTag property.
getErrorInfo() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorInfo property.
getErrorMessage() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorMessage property.
getErrorPath() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorPath property.
getErrorSeverity() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorSeverity property.
getErrorTag() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorTag property.
getErrorType() - Method in class org.onosproject.netconf.rpc.RpcErrorType
Gets the value of the errorType property.
getIdleTimeoutSec() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the device specific idle timeout.
getKey() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the key of the controller.
getLang() - Method in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
Gets the value of the lang property.
getLocalNodeId() - Method in interface org.onosproject.netconf.NetconfController
Get a contoller node Id .
getMessageId() - Method in class org.onosproject.netconf.rpc.RpcReplyType
Gets the value of the messageId property.
getMessageId() - Method in class org.onosproject.netconf.rpc.RpcType
Gets the value of the messageId property.
getMessageID() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
Reply messageId.
getMessagePayload() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
return the message payload of the reply form the device.
getNetconfDevice(IpAddress, int) - Method in interface org.onosproject.netconf.NetconfController
Gets a Netconf Device by node identifier.
getNetconfDevice(IpAddress, int, String) - Method in interface org.onosproject.netconf.NetconfController
Gets a Netconf Device by node identifier.
getNetconfDevice(DeviceId) - Method in interface org.onosproject.netconf.NetconfController
Gets a Netconf Device by node identifier.
getNetconfDevices() - Method in interface org.onosproject.netconf.NetconfController
Gets all Netconf Devices.
getOk() - Method in class org.onosproject.netconf.rpc.RpcReplyType
Gets the value of the ok property.
getOtherAttributes() - Method in class org.onosproject.netconf.rpc.RpcReplyType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getOtherAttributes() - Method in class org.onosproject.netconf.rpc.RpcType
Gets a map that contains attributes that aren't bound to any typed property on this class.
getReplyTimeoutSec() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the device specific reply timeout.
getRpcError() - Method in class org.onosproject.netconf.rpc.RpcReplyType
Gets the value of the rpcError property.
getRpcOperation() - Method in class org.onosproject.netconf.rpc.RpcType
Gets the value of the rpcOperation property.
getRpcResponse() - Method in class org.onosproject.netconf.rpc.RpcReplyType
Gets the value of the rpcResponse property.
getSession() - Method in interface org.onosproject.netconf.NetconfDevice
Returns a NETCONF session context for this device.
getSessionId() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
getSessionId() - Method in interface org.onosproject.netconf.NetconfSession
Gets the session ID of the Netconf session.
getSessionId() - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
getSessionId() - Method in class org.onosproject.netconf.rpc.ErrorInfoType
Gets the value of the sessionId property.
getSessionId() - Method in class org.onosproject.netconf.rpc.Hello
Gets the value of the sessionId property.
getValue() - Method in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
Gets the value of the value property.

H

handleIncomingMessage(NetconfProxyMessage) - Method in interface org.onosproject.netconf.NetconfProxyMessageHandler
Will decode the message on case basis and call the actual method in Netconf Session implementation bound to secure transport.
handleIncomingSetMessage(NetconfProxyMessage) - Method in interface org.onosproject.netconf.NetconfProxyMessageHandler
Will decode the message on case basis and call the actual method in Netconf Session implementation bound to secure transport.
handleReplyMessage(NetconfProxyMessage) - Method in interface org.onosproject.netconf.NetconfProxyMessageHandler
Will decode the message on case basis and call the actual method in Netconf Session implementation bound to secure transport.
handleReplySetMessage(NetconfProxyMessage) - Method in interface org.onosproject.netconf.NetconfProxyMessageHandler
Will decode the message on case basis and call the actual method in Netconf Session implementation bound to secure transport.
hasError() - Method in class org.onosproject.netconf.NetconfRpcReply
Returns true if reply contains rpc-error.
hashCode() - Method in class org.onosproject.netconf.NetconfDeviceInfo
 
Hello - Class in org.onosproject.netconf.rpc
Java class for anonymous complex type.
Hello() - Constructor for class org.onosproject.netconf.rpc.Hello
 
Hello.Capabilities - Class in org.onosproject.netconf.rpc
Java class for anonymous complex type.

I

IDLE_TIMEOUT - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
idleTimeout() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the idle timeout of the SSH connection.
IN_USE - org.onosproject.netconf.rpc.ErrorTag
 
info() - Method in class org.onosproject.netconf.NetconfRpcError
Returns protocol-mandated contents if any.
infoAny() - Method in class org.onosproject.netconf.NetconfRpcError
Returns any other elements if present.
infoSessionId() - Method in class org.onosproject.netconf.NetconfRpcError
Returns session-id in error-info if any.
INVALID_VALUE - org.onosproject.netconf.rpc.ErrorTag
 
ip() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the Ip of the NETCONF device.
ip() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the ip address of the controller.
IP - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
isActive() - Method in interface org.onosproject.netconf.NetconfDevice
Returns whether a device is a NETCONF device with a capabilities list and is accessible, through a secure transport session or a proxy session.
isMasterSession() - Method in interface org.onosproject.netconf.NetconfDevice
Returns whether the device has secure transport session.
isOk() - Method in class org.onosproject.netconf.NetconfRpcReply
Returns true if ok reply.
isRelevant(NetconfDeviceOutputEvent) - Method in class org.onosproject.netconf.FilteringNetconfDeviceOutputEventListener
 
isValid() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
 

L

lang - Variable in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
 
lock() - Method in interface org.onosproject.netconf.NetconfSession
Locks the running configuration.
lock(DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
lock(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Locks the specified configuration.
lock(DatastoreId) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
LOCK_DENIED - org.onosproject.netconf.rpc.ErrorTag
 
log - Static variable in class org.onosproject.netconf.NetconfDeviceInfo
 

M

MALFORMED_MESSAGE - org.onosproject.netconf.rpc.ErrorTag
 
MERGE - org.onosproject.netconf.rpc.EditOperationType
 
message() - Method in class org.onosproject.netconf.NetconfRpcError
Returns human readable error message.
messageId - Variable in class org.onosproject.netconf.rpc.RpcReplyType
 
messageId - Variable in class org.onosproject.netconf.rpc.RpcType
 
messageId() - Method in class org.onosproject.netconf.NetconfRpcReply
Returns message-id of this message.
MISSING_ATTRIBUTE - org.onosproject.netconf.rpc.ErrorTag
 
MISSING_ELEMENT - org.onosproject.netconf.rpc.ErrorTag
 

N

name() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the name of the controller.
NetconfController - Interface in org.onosproject.netconf
Abstraction of an NETCONF controller.
NetconfDevice - Interface in org.onosproject.netconf
Interface representing a NETCONF device.
NetconfDeviceConfig - Class in org.onosproject.netconf.config
Configuration for Netconf provider.
NetconfDeviceConfig() - Constructor for class org.onosproject.netconf.config.NetconfDeviceConfig
 
NetconfDeviceFactory - Interface in org.onosproject.netconf
Abstract interface for the creation of a NETCONF device.
NetconfDeviceInfo - Class in org.onosproject.netconf
Represents a Netconf device information.
NetconfDeviceInfo(String, String, IpAddress, int) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
Information for contacting the controller.
NetconfDeviceInfo(String, String, IpAddress, int, String) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
Information for contacting the controller.
NetconfDeviceInfo(String, String, IpAddress, int, String, String) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
Information for contacting the controller.
NetconfDeviceInfo(NetconfDeviceConfig) - Constructor for class org.onosproject.netconf.NetconfDeviceInfo
Convenieince constructor that converts all known fields from NetCfg data.
NetconfDeviceListener - Interface in org.onosproject.netconf
Allows for providers interested in node events to be notified.
NetconfDeviceOutputEvent - Class in org.onosproject.netconf
Describes a NETCONF device related event.
NetconfDeviceOutputEvent(NetconfDeviceOutputEvent.Type, Object, String, Optional<Integer>, NetconfDeviceInfo) - Constructor for class org.onosproject.netconf.NetconfDeviceOutputEvent
Creates an event of a given type and for the specified subject and the current time.
NetconfDeviceOutputEvent(NetconfDeviceOutputEvent.Type, Object, String, Optional<Integer>, NetconfDeviceInfo, long) - Constructor for class org.onosproject.netconf.NetconfDeviceOutputEvent
Creates an event of a given type and for the specified subject and time.
NetconfDeviceOutputEvent.Type - Enum in org.onosproject.netconf
Type of device related events.
NetconfDeviceOutputEventListener - Interface in org.onosproject.netconf
Interface for Netconf device output Listeners.
NetconfException - Exception in org.onosproject.netconf
Represents class of errors related to NETCONF SB protocol.
NetconfException(String) - Constructor for exception org.onosproject.netconf.NetconfException
Constructs an exception with the specified message.
NetconfException(String, Throwable) - Constructor for exception org.onosproject.netconf.NetconfException
Constructs an exception with the specified message and the underlying cause.
NetconfProxyMessage - Interface in org.onosproject.netconf
Interface representing a NETCONF proxy message.
NetconfProxyMessage.SubjectType - Enum in org.onosproject.netconf
 
NetconfProxyMessageHandler - Interface in org.onosproject.netconf
Abstract interface for the implementation of proxy message handler.
NetconfRpcError - Class in org.onosproject.netconf
Wrapper around RpcErrorType for ease of handling and logging.
NetconfRpcError(RpcErrorType) - Constructor for class org.onosproject.netconf.NetconfRpcError
 
NetconfRpcException - Exception in org.onosproject.netconf
Represents class of errors related to NETCONF rpc messaging.
NetconfRpcException(List<NetconfRpcError>) - Constructor for exception org.onosproject.netconf.NetconfRpcException
 
NetconfRpcException(List<NetconfRpcError>, String) - Constructor for exception org.onosproject.netconf.NetconfRpcException
 
NetconfRpcException(List<NetconfRpcError>, String, Throwable) - Constructor for exception org.onosproject.netconf.NetconfRpcException
 
NetconfRpcException(List<NetconfRpcError>, Throwable) - Constructor for exception org.onosproject.netconf.NetconfRpcException
 
NetconfRpcParserUtil - Class in org.onosproject.netconf
 
NetconfRpcReply - Class in org.onosproject.netconf
Representation of rpc-reply.
NetconfRpcReply(NetconfRpcReply.Builder) - Constructor for class org.onosproject.netconf.NetconfRpcReply
 
NetconfRpcReply.Builder - Class in org.onosproject.netconf
Builder to build NetconfRpcReply.
NetconfRpcReply.Type - Enum in org.onosproject.netconf
 
NetconfSession - Interface in org.onosproject.netconf
NETCONF session object that allows NETCONF operations on top with the physical device on top of an SSH connection.
NetconfSessionAdapter - Class in org.onosproject.netconf
Adapter mainly intended for usage in tests.
NetconfSessionAdapter() - Constructor for class org.onosproject.netconf.NetconfSessionAdapter
 
NetconfSessionFactory - Interface in org.onosproject.netconf
Abstract interface for the creation of a NETCONF session.
NetconfSshClientLib - Enum in org.onosproject.netconf.config
Enumerated list of SSH client library types.
NetconfTransportException - Exception in org.onosproject.netconf
Exception triggered from NETCONF secure transport layer or below.
NetconfTransportException() - Constructor for exception org.onosproject.netconf.NetconfTransportException
 
NetconfTransportException(String) - Constructor for exception org.onosproject.netconf.NetconfTransportException
 
NetconfTransportException(String, Throwable) - Constructor for exception org.onosproject.netconf.NetconfTransportException
 
NetconfTransportException(Throwable) - Constructor for exception org.onosproject.netconf.NetconfTransportException
 
NOOP_ELEMENT - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "noop-element".

O

ObjectFactory - Class in org.onosproject.netconf.rpc
This object contains factory methods for each Java content interface and Java element interface generated in the org.onosproject.netconf.rpc package.
ObjectFactory() - Constructor for class org.onosproject.netconf.rpc.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.onosproject.netconf.rpc
ok - Variable in class org.onosproject.netconf.rpc.RpcReplyType
 
OK - org.onosproject.netconf.NetconfRpcReply.Type
 
OK_ELEMENT - Static variable in class org.onosproject.netconf.NetconfRpcError
Protocol mandated error-info: "ok-element".
OPERATION_FAILED - org.onosproject.netconf.rpc.ErrorTag
 
OPERATION_NOT_SUPPORTED - org.onosproject.netconf.rpc.ErrorTag
 
org.onosproject.netconf - package org.onosproject.netconf
NETCONF controller API.
org.onosproject.netconf.config - package org.onosproject.netconf.config
Netconf configuration package.
org.onosproject.netconf.rpc - package org.onosproject.netconf.rpc
 

P

parseRpcReply(CharSequence) - Static method in class org.onosproject.netconf.NetconfRpcParserUtil
Parse first rpc-reply contained in the input.
parseRpcReply(XMLStreamReader) - Static method in class org.onosproject.netconf.NetconfRpcParserUtil
Parse first rpc-reply contained in the input.
PARTIAL_OPERATION - org.onosproject.netconf.rpc.ErrorTag
 
password() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the password of the NETCONF device.
password() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the password of the controller.
PASSWORD - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
path() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the path of the NETCONF device.
path() - Method in class org.onosproject.netconf.NetconfDeviceInfo
 
path() - Method in class org.onosproject.netconf.NetconfRpcError
Returns absolute XPath expression identifying the element path to the node that is associated with the error being reported.
PATH - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
port() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the port of the NETCONF device.
port() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the port of the controller.
PORT - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
PROTOCOL - org.onosproject.netconf.rpc.ErrorType
 

R

rawInfo() - Method in class org.onosproject.netconf.NetconfRpcError
Returns protocol- or data-model-specific error content.
REMOVE - org.onosproject.netconf.rpc.EditOperationType
 
removeDevice(DeviceId) - Method in interface org.onosproject.netconf.NetconfController
Removes a Netconf device from the core.
removeDeviceListener(NetconfDeviceListener) - Method in interface org.onosproject.netconf.NetconfController
Removes Device Listener.
removeDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
removeDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in interface org.onosproject.netconf.NetconfSession
Remove a listener from the underlying stream handler implementation.
removeDeviceOutputListener(NetconfDeviceOutputEventListener) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
REPLACE - org.onosproject.netconf.rpc.EditOperationType
 
REPLY_TIMEOUT - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
replyTimeout() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the reply timeout of the SSH connection.
request(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
request(String) - Method in interface org.onosproject.netconf.NetconfSession
Deprecated.
- 1.10.0 do not remove needs reworking
request(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
REQUEST - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
REQUEST_SYNC - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
requestSync(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
requestSync(String) - Method in interface org.onosproject.netconf.NetconfSession
Executes an synchronous RPC to the server.
requestSync(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
requestSync(String, int) - Method in interface org.onosproject.netconf.NetconfSession
Executes an synchronous RPC to the server with specific reply TIMEOUT.
RESOURCE_DENIED - org.onosproject.netconf.rpc.ErrorTag
 
RESPONSE - org.onosproject.netconf.NetconfRpcReply.Type
 
responses() - Method in class org.onosproject.netconf.NetconfRpcReply
Returns list of rpc responses in rpc-reply.
ROLLBACK_FAILED - org.onosproject.netconf.rpc.ErrorTag
 
rpc(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
rpc(String) - Method in interface org.onosproject.netconf.NetconfSession
Executes an asynchronous RPC request to the server and obtains a future for it's response.
rpc(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
RPC - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
RPC - org.onosproject.netconf.rpc.ErrorType
 
rpcError - Variable in class org.onosproject.netconf.rpc.RpcReplyType
 
rpcErrors() - Method in exception org.onosproject.netconf.NetconfRpcException
Retrieves rpc-error details.
RpcErrorType - Class in org.onosproject.netconf.rpc
Java class for rpcErrorType complex type.
RpcErrorType() - Constructor for class org.onosproject.netconf.rpc.RpcErrorType
 
RpcErrorType.ErrorMessage - Class in org.onosproject.netconf.rpc
Java class for anonymous complex type.
rpcOperation - Variable in class org.onosproject.netconf.rpc.RpcType
 
RpcOperationType - Class in org.onosproject.netconf.rpc
Java class for rpcOperationType complex type.
RpcOperationType() - Constructor for class org.onosproject.netconf.rpc.RpcOperationType
 
RpcReplyType - Class in org.onosproject.netconf.rpc
Java class for rpcReplyType complex type.
RpcReplyType() - Constructor for class org.onosproject.netconf.rpc.RpcReplyType
 
rpcResponse - Variable in class org.onosproject.netconf.rpc.RpcReplyType
 
RpcResponseType - Class in org.onosproject.netconf.rpc
Java class for rpcResponseType complex type.
RpcResponseType() - Constructor for class org.onosproject.netconf.rpc.RpcResponseType
 
RpcType - Class in org.onosproject.netconf.rpc
Java class for rpcType complex type.
RpcType() - Constructor for class org.onosproject.netconf.rpc.RpcType
 
RUNNING - Static variable in class org.onosproject.netconf.DatastoreId
A configuration datastore holding the complete configuration currently active on the device.

S

senderId() - Method in interface org.onosproject.netconf.NetconfProxyMessage
Returns the node id of proxymessage sender.
SESSION_CLOSED - org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Signifies that the device has closed the session.
sessionId - Variable in class org.onosproject.netconf.rpc.ErrorInfoType
 
sessionId - Variable in class org.onosproject.netconf.rpc.Hello
 
SET_ONOS_CAPABILITIES - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
setCapabilities(Hello.Capabilities) - Method in class org.onosproject.netconf.rpc.Hello
Sets the value of the capabilities property.
setConnectTimeout(Integer) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the NETCONF Connect Timeout for the Device.
setConnectTimeoutSec(OptionalInt) - Method in class org.onosproject.netconf.NetconfDeviceInfo
Allows the NETCONF SSH session initial connect timeout to be set.
setErrorAppTag(String) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorAppTag property.
setErrorInfo(ErrorInfoType) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorInfo property.
setErrorMessage(RpcErrorType.ErrorMessage) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorMessage property.
setErrorPath(String) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorPath property.
setErrorSeverity(ErrorSeverity) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorSeverity property.
setErrorTag(ErrorTag) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorTag property.
setErrorType(ErrorType) - Method in class org.onosproject.netconf.rpc.RpcErrorType
Sets the value of the errorType property.
setIdleTimeout(Integer) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the NETCONF Idle Timeout for the Device.
setIdleTimeoutSec(OptionalInt) - Method in class org.onosproject.netconf.NetconfDeviceInfo
Allows the NETCONF SSH session idle timeout to be set.
setIp(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the Ip for the Device.
setLang(String) - Method in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
Sets the value of the lang property.
setMessageId(String) - Method in class org.onosproject.netconf.rpc.RpcReplyType
Sets the value of the messageId property.
setMessageId(String) - Method in class org.onosproject.netconf.rpc.RpcType
Sets the value of the messageId property.
setOk(Object) - Method in class org.onosproject.netconf.rpc.RpcReplyType
Sets the value of the ok property.
setOnosCapabilities(Iterable<String>) - Method in interface org.onosproject.netconf.NetconfSession
Sets the ONOS side capabilities.
setPassword(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the password for the Device.
setPath(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the path for the device.
setPath(Optional<String>) - Method in class org.onosproject.netconf.NetconfDeviceInfo
Allows the path aspect of the device URI to be set.
setPort(int) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the Port for the Device.
setReplyTimeout(Integer) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the NETCONF Reply Timeout for the Device.
setReplyTimeoutSec(OptionalInt) - Method in class org.onosproject.netconf.NetconfDeviceInfo
Allows the NETCONF SSH session replies timeout to be set.
setRpcOperation(RpcOperationType) - Method in class org.onosproject.netconf.rpc.RpcType
Sets the value of the rpcOperation property.
setSessionId(Long) - Method in class org.onosproject.netconf.rpc.ErrorInfoType
Sets the value of the sessionId property.
setSessionId(Long) - Method in class org.onosproject.netconf.rpc.Hello
Sets the value of the sessionId property.
setSshClientLib(Optional<NetconfSshClientLib>) - Method in class org.onosproject.netconf.NetconfDeviceInfo
Allows the NETCONF SSH Client library to be set.
setSshImpl(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the NETCONF Ssh client implementation for the Device.
setSshKey(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the SshKey for the Device.
setUsername(String) - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Sets the username for the Device.
setValue(String) - Method in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
Sets the value of the value property.
severity() - Method in class org.onosproject.netconf.NetconfRpcError
Returns error severity.
sshClient() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the NETCONF SSH Client implementation.
SSHCLIENT - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
sshClientLib() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Exposes the Client library implementation.
sshKey() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the sshKey of the NETCONF device.
SSHKEY - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 
START_SUBSCRIPTION - org.onosproject.netconf.NetconfProxyMessage.SubjectType
 
startSubscription() - Method in class org.onosproject.netconf.AbstractNetconfSession
 
startSubscription() - Method in interface org.onosproject.netconf.NetconfSession
Starts subscription to the device's notifications.
startSubscription() - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
startSubscription(String) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
startSubscription(String) - Method in interface org.onosproject.netconf.NetconfSession
Starts subscription to the device's notifications.
startSubscription(String) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
STARTUP - Static variable in class org.onosproject.netconf.DatastoreId
The configuration datastore holding the configuration loaded by the device when it boots.
subjectType() - Method in interface org.onosproject.netconf.NetconfProxyMessage
Returns the subject of the message.

T

tag() - Method in class org.onosproject.netconf.NetconfRpcError
Returns a tag identifying the error condition.
timeoutConnectSec() - Method in interface org.onosproject.netconf.NetconfSession
Read the connect timeout that this session was created with.
timeoutIdleSec() - Method in interface org.onosproject.netconf.NetconfSession
Read the idle timeout that this session was created with.
timeoutReplySec() - Method in interface org.onosproject.netconf.NetconfSession
Read the reply timeout that this session was created with.
TOO_BIG - org.onosproject.netconf.rpc.ErrorTag
 
toString() - Method in enum org.onosproject.netconf.config.NetconfSshClientLib
 
toString() - Method in class org.onosproject.netconf.DatastoreId
 
toString() - Method in class org.onosproject.netconf.NetconfDeviceInfo
Return the info about the device in a string.
toString() - Method in class org.onosproject.netconf.NetconfDeviceOutputEvent
 
toString() - Method in class org.onosproject.netconf.NetconfRpcError
 
toString() - Method in exception org.onosproject.netconf.NetconfRpcException
 
toString() - Method in class org.onosproject.netconf.NetconfRpcReply
 
toString(Object) - Static method in class org.onosproject.netconf.NetconfRpcParserUtil
Converts XML object into a String.
TRANSPORT - org.onosproject.netconf.rpc.ErrorType
 
type() - Method in class org.onosproject.netconf.NetconfRpcError
Returns conceptual layer that the error occurred.

U

UNKNOWN_ATTRIBUTE - org.onosproject.netconf.rpc.ErrorTag
 
UNKNOWN_ELEMENT - org.onosproject.netconf.rpc.ErrorTag
 
UNKNOWN_NAMESPACE - org.onosproject.netconf.rpc.ErrorTag
 
unlock() - Method in interface org.onosproject.netconf.NetconfSession
Unlocks the running configuration.
unlock(DatastoreId) - Method in class org.onosproject.netconf.AbstractNetconfSession
 
unlock(DatastoreId) - Method in interface org.onosproject.netconf.NetconfSession
Unlocks the specified configuration.
unlock(DatastoreId) - Method in class org.onosproject.netconf.NetconfSessionAdapter
 
username() - Method in class org.onosproject.netconf.config.NetconfDeviceConfig
Gets the username of the NETCONF device.
USERNAME - Static variable in class org.onosproject.netconf.config.NetconfDeviceConfig
 

V

value - Variable in class org.onosproject.netconf.rpc.RpcErrorType.ErrorMessage
 
value() - Method in enum org.onosproject.netconf.rpc.EditOperationType
 
value() - Method in enum org.onosproject.netconf.rpc.ErrorSeverity
 
value() - Method in enum org.onosproject.netconf.rpc.ErrorTag
 
value() - Method in enum org.onosproject.netconf.rpc.ErrorType
 
valueOf(String) - Static method in enum org.onosproject.netconf.config.NetconfSshClientLib
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.NetconfProxyMessage.SubjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.NetconfRpcReply.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.rpc.EditOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.rpc.ErrorSeverity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.rpc.ErrorTag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.onosproject.netconf.rpc.ErrorType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.onosproject.netconf.config.NetconfSshClientLib
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.NetconfDeviceOutputEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.NetconfProxyMessage.SubjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.NetconfRpcReply.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.rpc.EditOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.rpc.ErrorSeverity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.rpc.ErrorTag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.onosproject.netconf.rpc.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WARNING - org.onosproject.netconf.rpc.ErrorSeverity
 
withMessageId(String) - Method in class org.onosproject.netconf.NetconfRpcReply.Builder
Builder method to set message-id.
wrap(RpcErrorType) - Static method in class org.onosproject.netconf.NetconfRpcError
 
A B C D E F G H I L M N O P R S T U V W 
All Classes All Packages