Interface RemoteAddressAccessor.RemoteAddressMutator

All Known Subinterfaces:
RemoteAddressAccessor.RemoteAddressProperty
Enclosing interface:
RemoteAddressAccessor

public static interface RemoteAddressAccessor.RemoteAddressMutator
Provides a mutator for a remote address property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the remote address for the remote address property.
  • Method Details

    • setRemoteAddress

      void setRemoteAddress(InetSocketAddress aRemoteAddress)
      Sets the remote address for the remote address property.
      Parameters:
      aRemoteAddress - The remote address to be stored by the remote address property.