forked from I2P_Developers/i2p.i2p
javadoc fixes
This commit is contained in:
@@ -646,7 +646,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param jumpServers comma- or space-separated list, or null
|
* @param jumpServers comma- or space-separated list, or null
|
||||||
* @param msg extra message
|
* @param extraMessage extra message
|
||||||
* @since 0.9.14
|
* @since 0.9.14
|
||||||
*/
|
*/
|
||||||
protected void writeErrorMessage(byte[] errMessage, String extraMessage,
|
protected void writeErrorMessage(byte[] errMessage, String extraMessage,
|
||||||
|
@@ -132,7 +132,7 @@ public interface I2PSession {
|
|||||||
* @since 0.7.1
|
* @since 0.7.1
|
||||||
*/
|
*/
|
||||||
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent,
|
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent,
|
||||||
int proto, int fromport, int toport) throws I2PSessionException;
|
int proto, int fromPort, int toPort) throws I2PSessionException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See I2PSessionMuxedImpl for proto/port details.
|
* See I2PSessionMuxedImpl for proto/port details.
|
||||||
@@ -151,7 +151,7 @@ public interface I2PSession {
|
|||||||
* @since 0.7.1
|
* @since 0.7.1
|
||||||
*/
|
*/
|
||||||
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent, long expire,
|
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent, long expire,
|
||||||
int proto, int fromport, int toport) throws I2PSessionException;
|
int proto, int fromPort, int toPort) throws I2PSessionException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See I2PSessionMuxedImpl for proto/port details.
|
* See I2PSessionMuxedImpl for proto/port details.
|
||||||
@@ -170,7 +170,7 @@ public interface I2PSession {
|
|||||||
* @since 0.8.4
|
* @since 0.8.4
|
||||||
*/
|
*/
|
||||||
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent, long expire,
|
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size, SessionKey keyUsed, Set tagsSent, long expire,
|
||||||
int proto, int fromport, int toport, int flags) throws I2PSessionException;
|
int proto, int fromPort, int toPort, int flags) throws I2PSessionException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* See I2PSessionMuxedImpl for proto/port details.
|
* See I2PSessionMuxedImpl for proto/port details.
|
||||||
@@ -188,7 +188,7 @@ public interface I2PSession {
|
|||||||
* @since 0.9.2
|
* @since 0.9.2
|
||||||
*/
|
*/
|
||||||
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size,
|
public boolean sendMessage(Destination dest, byte[] payload, int offset, int size,
|
||||||
int proto, int fromport, int toport, SendMessageOptions options) throws I2PSessionException;
|
int proto, int fromPort, int toPort, SendMessageOptions options) throws I2PSessionException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Send a message and request an asynchronous notification of delivery status.
|
* Send a message and request an asynchronous notification of delivery status.
|
||||||
@@ -211,7 +211,7 @@ public interface I2PSession {
|
|||||||
* @since 0.9.14
|
* @since 0.9.14
|
||||||
*/
|
*/
|
||||||
public long sendMessage(Destination dest, byte[] payload, int offset, int size,
|
public long sendMessage(Destination dest, byte[] payload, int offset, int size,
|
||||||
int proto, int fromport, int toport,
|
int proto, int fromPort, int toPort,
|
||||||
SendMessageOptions options, SendMessageStatusListener listener) throws I2PSessionException;
|
SendMessageOptions options, SendMessageStatusListener listener) throws I2PSessionException;
|
||||||
|
|
||||||
/** Receive a message that the router has notified the client about, returning
|
/** Receive a message that the router has notified the client about, returning
|
||||||
|
@@ -554,7 +554,7 @@ public class DataHelper {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Positive decimal without leading zeros.
|
* Positive decimal without leading zeros.
|
||||||
* @param data may be null (returns "0")
|
* @param buf may be null (returns "0")
|
||||||
* @param len unused
|
* @param len unused
|
||||||
* @return (new BigInteger(1, buf)).toString()
|
* @return (new BigInteger(1, buf)).toString()
|
||||||
* @deprecated unused
|
* @deprecated unused
|
||||||
|
Reference in New Issue
Block a user