Esempio n. 1
0
  @Override
  public void reset(final IOSession iosession, final ClientState sessionState)
      throws IOException, SMTPProtocolException {
    this.parser.reset();
    this.writer.reset();
    this.codecState = CodecState.SERVICE_READY_EXPECTED;

    iosession.setEventMask(SelectionKey.OP_READ);
  }