Package | Description |
---|---|
net.jini.io |
Provides I/O interfaces and utility classes.
|
org.apache.river.api.io | |
org.apache.river.proxy |
Modifier and Type | Class and Description |
---|---|
class |
MarshalInputStream
An extension of
ObjectInputStream that implements the
dynamic class loading semantics of Java(TM) Remote Method
Invocation (Java RMI) argument and result
unmarshalling (using ClassLoading ). |
class |
MarshalOutputStream
An extension of
ObjectOutputStream that implements the
dynamic class loading semantics of Java(TM) Remote Method Invocation
(Java RMI) argument and result
marshalling (using ClassLoading ). |
Modifier and Type | Class and Description |
---|---|
class |
AtomicMarshalInputStream
ObjectInputStream hardened against DOS attack.
|
class |
AtomicMarshalOutputStream
This AtomicMarshalOutputStream, replaces a number of Java Object's in the stream
with Serializer's that ordinarily would not be deserializable by
AtomicMarshalInputStream or would not be safe to be deserialized, this
includes, but is not limited to Java Collections classes, Throwable
subclasses and object versions of primitive values.
|
static class |
AtomicSerial.GetArg
GetArg is the single argument to AtomicSerial's constructor
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MarshalledWrapper.integrityEnforced(ObjectStreamContext context)
Returns the integrity protection setting in the given ObjectStreamContext.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.