Adding package.html javadocs for the OF controller code.

This commit is contained in:
tom 2014-09-03 12:02:35 -07:00
parent e8610f546e
commit 30a8271548
3 changed files with 6 additions and 6 deletions

View File

@ -6,8 +6,9 @@ package org.onlab.onos.of.controller;
public interface PacketListener {
/**
* Handle the packet.
* @param pktCtx the packet context ({@link }
* Handles the packet.
*
* @param pktCtx the packet context
*/
public void handlePacket(PacketContext pktCtx);
}

View File

@ -45,7 +45,7 @@ public interface RoleHandler {
*
* @param role
* @throws IOException
* @returns false if and only if the switch does not support role-request
* @return false if and only if the switch does not support role-request
* messages, according to the switch driver; true otherwise.
*/
public boolean sendRoleRequest(RoleState role, RoleRecvStatus exp)
@ -53,8 +53,7 @@ public interface RoleHandler {
/**
* Extract the role information from an OF1.3 Role Reply Message.
* @param h
* @param rrmsg
* @param rrmsg role reply message
* @return RoleReplyInfo object
* @throws SwitchStateException
*/

View File

@ -1,4 +1,4 @@
package org.onlab.onos.of.drivers;
package org.onlab.onos.of.drivers.impl;
/**
* Created by tom on 9/2/14.