Class AbstractTransportAdapterHandle
TBD
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public abstract class AbstractTransportAdapterHandle : AssociationHandleConstructors
| Edit this page View SourceAbstractTransportAdapterHandle(Address, Address, AssociationHandle, string)
TBD
Declaration
protected AbstractTransportAdapterHandle(Address originalLocalAddress, Address originalRemoteAddress, AssociationHandle wrappedHandle, string addedSchemeIdentifier)Parameters
| Type | Name | Description | 
|---|---|---|
| Address | originalLocalAddress | TBD | 
| Address | originalRemoteAddress | TBD | 
| AssociationHandle | wrappedHandle | TBD | 
| string | addedSchemeIdentifier | TBD | 
AbstractTransportAdapterHandle(AssociationHandle, string)
TBD
Declaration
protected AbstractTransportAdapterHandle(AssociationHandle wrappedHandle, string addedSchemeIdentifier)Parameters
| Type | Name | Description | 
|---|---|---|
| AssociationHandle | wrappedHandle | TBD | 
| string | addedSchemeIdentifier | TBD | 
Properties
| Edit this page View SourceOriginalLocalAddress
TBD
Declaration
public Address OriginalLocalAddress { get; }Property Value
| Type | Description | 
|---|---|
| Address | 
OriginalRemoteAddress
TBD
Declaration
public Address OriginalRemoteAddress { get; }Property Value
| Type | Description | 
|---|---|
| Address | 
SchemeAugmenter
TBD
Declaration
protected SchemeAugmenter SchemeAugmenter { get; }Property Value
| Type | Description | 
|---|---|
| SchemeAugmenter | 
WrappedHandle
TBD
Declaration
public AssociationHandle WrappedHandle { get; }Property Value
| Type | Description | 
|---|---|
| AssociationHandle | 
Methods
| Edit this page View SourceEquals(AbstractTransportAdapterHandle)
TBD
Declaration
protected bool Equals(AbstractTransportAdapterHandle other)Parameters
| Type | Name | Description | 
|---|---|---|
| AbstractTransportAdapterHandle | other | TBD | 
Returns
| Type | Description | 
|---|---|
| bool | TBD | 
Equals(object)
Declaration
public override bool Equals(object obj)Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | 
Returns
| Type | Description | 
|---|---|
| bool | 
Overrides
| Edit this page View SourceGetHashCode()
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| int | 
 Edit this page
Edit this page