Serialized Form


Package org.tranche.add

Class org.tranche.add.AddFileToolReport extends java.lang.Object implements Serializable

Serialized Fields

version

int version

title

java.lang.String title

description

java.lang.String description

isEncrypted

boolean isEncrypted

showMetaDataIfEncrypted

boolean showMetaDataIfEncrypted

timestampStart

long timestampStart

timestampEnd

long timestampEnd

bytesUploaded

long bytesUploaded

filesUploaded

long filesUploaded

originalFileCount

long originalFileCount

originalBytesUploaded

long originalBytesUploaded

hash

BigHash hash

failureExceptions

java.util.List<E> failureExceptions

Package org.tranche.exceptions

Class org.tranche.exceptions.AssertionFailedException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.CantHandleVersionException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.CantVerifySignatureException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.ChunkAlreadyExistsSecurityException extends java.security.GeneralSecurityException implements Serializable

Class org.tranche.exceptions.ChunkDoesNotBelongException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.ChunkDoesNotMatchHashException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.CorruptDataException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.CouldNotFindMetaDataException extends java.lang.Exception implements Serializable

Class org.tranche.exceptions.MetaDataIsCorruptedException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.NoHostProvidedException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.NoMatchingServersException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.NoOnlineServersException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.OutOfDiskSpaceException extends java.lang.Exception implements Serializable

Class org.tranche.exceptions.PassphraseIncorrectException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.PassphraseRequiredException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.PropagationFailedException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.PropagationUnfulfillableHostException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.RejectedRequestException extends java.lang.SecurityException implements Serializable

Class org.tranche.exceptions.ServerIsNotReadableException extends java.lang.SecurityException implements Serializable

Class org.tranche.exceptions.ServerIsNotWritableException extends java.lang.SecurityException implements Serializable

Class org.tranche.exceptions.ServerIsOfflineException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.TodoException extends java.lang.UnsupportedOperationException implements Serializable

Class org.tranche.exceptions.TrancheProtocolException extends java.lang.RuntimeException implements Serializable

Class org.tranche.exceptions.UnexpectedEndOfDataBlockException extends java.lang.Exception implements Serializable

Class org.tranche.exceptions.UnexpectedEndOfStreamException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.UnknownArgumentException extends java.lang.Exception implements Serializable

Class org.tranche.exceptions.UnresponsiveServerException extends java.io.IOException implements Serializable

Class org.tranche.exceptions.UnsupportedServerOperationException extends java.lang.UnsupportedOperationException implements Serializable


Package org.tranche.get

Class org.tranche.get.GetFileToolReport extends java.lang.Object implements Serializable

Serialized Fields

version

int version

timestampStart

long timestampStart

timestampEnd

long timestampEnd

bytesDownloaded

long bytesDownloaded

filesDownloaded

long filesDownloaded

failureExceptions

java.util.List<E> failureExceptions

Class org.tranche.get.NotEnoughDiskSpaceException extends java.io.IOException implements Serializable


Package org.tranche.httpd

Class org.tranche.httpd.QueueException extends java.lang.Exception implements Serializable


Package org.tranche.logs.activity

Class org.tranche.logs.activity.Activity extends java.lang.Object implements Serializable

Serialized Fields

timestamp

long timestamp

The timestamp that the request was received.


action

byte action

The action byte.

See Also:
Activity.DELETE_DATA, Activity.DELETE_META_DATA, Activity.SET_DATA, Activity.SET_META_DATA, Activity.REPLACE_META_DATA

signature

Signature signature

Signature accompanying the logged request.


hash

BigHash hash

BigHash of chunk being logged.

Class org.tranche.logs.activity.ActivityLogEntry extends java.lang.Object implements Serializable

Serialized Fields

timestamp

long timestamp

action

byte action

signatureIndex

int signatureIndex

hash

BigHash hash

Class org.tranche.logs.activity.SignatureIndexEntry extends java.lang.Object implements Serializable

Serialized Fields

index

int index

length

int length

offset

long offset

Package org.tranche.meta

Class org.tranche.meta.AmbiguousFileSelectionException extends java.lang.Exception implements Serializable

Serialized Fields

indecesOfAmbiguity

java.util.Collection<E> indecesOfAmbiguity

Package org.tranche.network

Class org.tranche.network.StatusTable extends org.tranche.commons.Debuggable implements Serializable

Serialized Fields

listeners

java.util.Set<E> listeners

For listening to the changes in the table.


version

int version

map

java.util.Map<K,V> map

list

java.util.List<E> list

hostList

java.util.List<E> hostList

urlList

java.util.List<E> urlList

modLock

java.lang.Object modLock

Class org.tranche.network.StatusTableRow extends org.tranche.commons.Debuggable implements Serializable

Serialized Fields

hashSpans

java.util.Set<E> hashSpans

targetHashSpans

java.util.Set<E> targetHashSpans

host

java.lang.String host

name

java.lang.String name

group

java.lang.String group

version

int version

port

int port

flags

long flags

updateTimestamp

long updateTimestamp

responseTimestamp

long responseTimestamp

Package org.tranche.remote

Class org.tranche.remote.PurgedCallbackException extends java.io.IOException implements Serializable

Class org.tranche.remote.ReconnectException extends java.io.IOException implements Serializable

Class org.tranche.remote.UnexpectedTokenException extends java.io.IOException implements Serializable


Package org.tranche.security

Class org.tranche.security.Signature extends java.lang.Object implements Serializable

Serialized Fields

bytes

byte[] bytes

algorithm

java.lang.String algorithm

cert

java.security.cert.X509Certificate cert

Class org.tranche.security.WrongPassphraseException extends java.io.IOException implements Serializable


Package org.tranche.server

Class org.tranche.server.PropagationExceptionWrapper extends java.lang.Object implements Serializable

Serialized Fields

version

int version

host

java.lang.String host

hash

BigHash hash

exception

java.lang.Exception exception

Class org.tranche.server.PropagationReturnWrapper extends java.lang.Object implements Serializable

Serialized Fields

version

int version

propagationExceptionWrapperSet

java.util.Set<E> propagationExceptionWrapperSet

returnObj

java.lang.Object returnObj

Package org.tranche.server.logs

Class org.tranche.server.logs.UploadFailedException extends java.io.IOException implements Serializable


Package org.tranche.users

Class org.tranche.users.InvalidSignInException extends java.lang.Exception implements Serializable



This code is free for use both commercially and non-commercially as stated in the project's license