Sha256: 5defc57ab26bd0d183d775bb34920b4e70917fb55311f60fac48a470246fab60

Contents?: true

Size: 575 Bytes

Versions: 1

Compression:

Stored size: 575 Bytes

Contents

# FIMXE: following class must modify the fd_watchlist thats being monitored by
# main eventloop.

module Packet
  class Connection
    # method gets called when connection to external server is completed
    def connection_completed

    end

    # method gets called when external client is disconnected
    def unbind

    end

    # method gets called just at the beginning of initializing things.
    def post_init

    end

    def send_data

    end

    def ask_worker

    end

    def receive_data

    end
  end # end of class Connection
end # end of module Packet

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
packet-0.1.0 lib/connection.rb