X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fprotocol_plugins%2Fopenflow%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fprotocol_plugin%2Fopenflow%2Fcore%2Finternal%2FSecureMessageReadWriteService.java;h=64031fd01212cceeaaed4ae95b65a0db3904f3da;hb=eb9e1983a0fce7e4a381eff33e40cae957cddf53;hp=43a64814d8498a1842ae9f4e2ce4ee75a08aca2f;hpb=e2f7aaa41e482815ca1d4495eb85c8653cd903ab;p=controller.git diff --git a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/SecureMessageReadWriteService.java b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/SecureMessageReadWriteService.java index 43a64814d8..64031fd012 100644 --- a/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/SecureMessageReadWriteService.java +++ b/opendaylight/protocol_plugins/openflow/src/main/java/org/opendaylight/controller/protocol_plugin/openflow/core/internal/SecureMessageReadWriteService.java @@ -71,7 +71,7 @@ public class SecureMessageReadWriteService implements IMessageReadWrite { /** * Bring up secure channel using SSL Engine - * + * * @param socket * TCP socket channel * @throws Exception @@ -143,7 +143,7 @@ public class SecureMessageReadWriteService implements IMessageReadWrite { /** * Sends the OF message out over the socket channel. The message is * encrypted by SSL Engine. - * + * * @param msg * OF message to be sent * @throws Exception @@ -196,7 +196,7 @@ public class SecureMessageReadWriteService implements IMessageReadWrite { /** * Resumes sending the remaining messages in the outgoing buffer - * + * * @throws Exception */ @Override @@ -234,7 +234,7 @@ public class SecureMessageReadWriteService implements IMessageReadWrite { /** * Reads the incoming network data from the socket, decryptes them and then * retrieves the OF messages. - * + * * @return list of OF messages * @throws Exception */