simpleframework icon indicating copy to clipboard operation
simpleframework copied to clipboard

Simple Framework

Results 30 simpleframework issues
Sort by recently updated
recently updated
newest added

Hi, any example running simpleFramework on Android? Thanks

Hi, i can't find an simple example for the usage of https / ssl. I found some code snippets with ssl but i don't know how they will be wired...

Let me just say that SimpleFramework is fantastic :) In any case, I am having some troubles getting WebSockets to work correctly (using 6.0.1). Although I am able to connect...

1. Bumped version to 6.0.2 2. Bumped Java Source and Target version from 1.5 to 1.6 3. FileBuffer.java: convert has potential bug; simplified read() method 4. Handshake.java: improved receive() method...

Hello. Our team would like to use/include your library in our product, and since we export outside of the U.S., we're required to provide ECCN (Export Control Classification Number) information...

Did you experiment this error with your test? Exception in thread "ActionDistributor: Thread-3" java.lang.OutOfMemoryError: Direct buffer memory at java.nio.Bits.reserveMemory(Bits.java:658) at java.nio.DirectByteBuffer.(DirectByteBuffer.java:123) at java.nio.ByteBuffer.allocateDirect(ByteBuffer.java:311) at org.simpleframework.transport.SocketBufferAppender.(SocketBufferAppender.java:72) at org.simpleframework.transport.SocketBuffer.(SocketBuffer.java:84) at org.simpleframework.transport.SocketBufferWriter.(SocketBufferWriter.java:59) at...

Is it possible to add a licence file? I read the following text > Best of all, Simple is completely free, and is released under the terms of the Apache...

In org.simpleframework.http.socket.service.FrameEncoder -> ``` for(int i = 0; i < data.length; i++) { message[i + 2] = data[i]; } ``` and ``` for (int i = 0; i < count;...

Tests hang indefinitely after lots of activity like this: $ mvn package [...many lines omitted...] Worker-57 Channel is closed after time [10] and read [101599] Worker-52 read [-1] of payload...