Package | Description |
---|---|
net.jini.io |
Provides I/O interfaces and utility classes.
|
net.jini.security.proxytrust |
Defines a trust verifier to support verification of proxies that use
dynamically downloaded code, implementation mechanisms to support the
verification of such proxies, and an exporter for remote objects that have
such proxies.
|
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 RMIClassLoader ). |
private static class |
MarshalledInstance.MarshalledInstanceInputStream
The counterpart to
MarshalledInstanceOutputStream . |
private static class |
MarshalledInstance.MarshalledInstanceOutputStream
This class is used to marshal objects for
MarshalledInstance . |
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 RMIClassLoader ). |
Modifier and Type | Class and Description |
---|---|
private static class |
ProxyTrustVerifier.MOStream
Marshal output stream that looks for a class with a given codebase
but in a different class loader than the one we have.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.