Public Member Functions | |
CCNRepositoryWriter (String namespace, CCNHandle handle) throws MalformedContentNameStringException, IOException | |
CCNRepositoryWriter (ContentName namespace, CCNHandle handle) throws IOException | |
CCNRepositoryWriter (CCNHandle handle) throws IOException | |
CCNRepositoryWriter (CCNFlowControl flowControl) | |
Protected Member Functions | |
CCNFlowControl | getFlowController (ContentName namespace, CCNHandle handle) throws IOException |
Create a repository flow controller. | |
CCNFlowControl | getFlowController (ContentName namespace, CCNHandle handle, boolean local) throws IOException |
Create a repository flow controller. |
CCNFlowControl org.ccnx.ccn.io.CCNRepositoryWriter.getFlowController | ( | ContentName | namespace, | |
CCNHandle | handle | |||
) | throws IOException [protected] |
Create a repository flow controller.
namespace | ||
handle |
IOException |
Reimplemented from org.ccnx.ccn.io.CCNWriter.
CCNFlowControl org.ccnx.ccn.io.CCNRepositoryWriter.getFlowController | ( | ContentName | namespace, | |
CCNHandle | handle, | |||
boolean | local | |||
) | throws IOException [protected] |
Create a repository flow controller.
namespace | ||
handle | ||
local |
IOException |