Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-09-09 14:49:17 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
326b71a29695e25e05760153291f9f54af3aac2a
326b71a2
1 parent
7869ad9a
Fixed a number of javadocs.
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
cli/src/main/javadoc/org/onlab/onos/cli/net/package.html
core/api/src/main/java/org/onlab/onos/net/host/HostProvider.java
utils/misc/src/main/javadoc/org/onlab/packet/package.html
cli/src/main/javadoc/org/onlab/onos/cli/net/package.html
0 → 100644
View file @
326b71a
<body>
Administrative console command-line extensions for interacting with the
network model
&
services.
</body>
core/api/src/main/java/org/onlab/onos/net/host/HostProvider.java
View file @
326b71a
...
...
@@ -8,13 +8,11 @@ import org.onlab.onos.net.provider.Provider;
*/
public
interface
HostProvider
extends
Provider
{
// TODO: consider how dirty the triggerProbe gets; if it costs too much, let's drop it
/**
* Triggers an asynchronous probe of the specified host, intended to
* determine whether the host is present or not. An indirect result of this
* should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected
(HostDescription)} or
*
{@link org.onlab.onos.net.host.HostProviderService#hostVanished(HostDescription)
}
* should be invocation of {@link org.onlab.onos.net.host.HostProviderService#hostDetected
}
*
or {@link org.onlab.onos.net.host.HostProviderService#hostVanished
}
* at some later point in time.
*
* @param host host to probe
...
...
utils/misc/src/main/javadoc/org/onlab/packet/package.html
0 → 100644
View file @
326b71a
<body>
Utilities for decoding and encoding packets of various network protocols
and encapsulations.
</body>
Please
register
or
login
to post a comment