Class AbstractTransportAdapterHandle
TBD
Inherited Members
Namespace: Akka.Remote.Transport
Assembly: Akka.Remote.dll
Syntax
public abstract class AbstractTransportAdapterHandle : AssociationHandle
Constructors
| Improve this Doc 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
| Improve this Doc 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
| Improve this Doc View SourceEquals(AbstractTransportAdapterHandle)
TBD
Declaration
protected bool Equals(AbstractTransportAdapterHandle other)
Parameters
Type | Name | Description |
---|---|---|
AbstractTransportAdapterHandle | other | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
Object | obj |
Returns
Type | Description |
---|---|
Boolean |
Overrides
| Improve this Doc View SourceGetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 |