classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] [RFA/JDWP] transport: interface and socket impl


From: Keith Seitz
Subject: [cp-patches] [RFA/JDWP] transport: interface and socket impl
Date: Thu, 02 Jun 2005 11:00:23 -0700

Hi,

So, now we're starting to get into the guts of the transport layer. The
two attached patches add a generic interface which defines the functions
of the transport, and also gives a concrete implementation for sockets.

There is no synchronization at this level. There is another level (the
connection layer) which addresses these issues.

As always, questions/comments/concerns?
Keith

ChangeLog
2005-06-02  Keith Seitz  <address@hidden>

        * gnu/classpath/jdwp/transport/ITransport.java: New file.
        * gnu/classpath/jdwp/transport/SocketTransport.java: New file.

Attachment: jdwp-transport-iface-impl.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]