Interface Result

All Superinterfaces:
Copyable
All Known Implementing Classes:
ReadResult, RecordReadResult, RecordWriteResult, WriteResult

public interface Result extends Copyable
Common I/O result interface.
Author:
Alexey Stashok
  • Method Summary

    Modifier and Type
    Method
    Description
    Get Connection, associated with the result.

    Methods inherited from interface org.glassfish.grizzly.Copyable

    copy
  • Method Details